GenImageCellular method

String GenImageCellular(
  1. num width,
  2. num height,
  3. num tileSize
)

Implementation

String GenImageCellular(
  num width,
  num height,
  num tileSize,
) => 'GenImageCellular_${width}_$height';