tileWidth property

int tileWidth

The width of each tile in pixels.

Implementation

int get tileWidth {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_TileInfo_getTileWidth(
      _handle,
      errorHandler,
    );
  });
}