FloorTileComposer constructor

FloorTileComposer({
  1. num? width,
  2. num? height,
  3. num? padding,
  4. num? minSize,
  5. bool? available,
  6. num? floorGap,
  7. num? jonumWidth,
})

Implementation

FloorTileComposer(
    {this.width,
    this.height,
    this.padding,
    this.minSize,
    this.available,
    this.floorGap,
    this.jonumWidth});