SheetStyle constructor

SheetStyle({
  1. TileStyle? tile,
  2. TileLayoutStyle? tileLayout,
})

Implementation

SheetStyle({
  this.tile,
  this.tileLayout,
});