tileHeight property

int tileHeight

The height of each tile in pixels.

Implementation

int get tileHeight {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_TileInfo_getTileHeight(_handle, errorHandler);
  });
}