TileLayoutStyle constructor

TileLayoutStyle({
  1. GutterStyle? gutter,
  2. MarginStyle? margin,
})

Implementation

TileLayoutStyle({
  this.gutter,
  this.margin,
});