SheetStyle constructor
SheetStyle({
- TileStyle? tile,
- TileLayoutStyle? tileLayout,
Implementation
SheetStyle({
this.tile,
this.tileLayout,
});
SheetStyle({
this.tile,
this.tileLayout,
});