LayoutGrid constructor

LayoutGrid({
  1. LayoutPattern? pattern,
  2. double? sectionSize,
  3. bool? visible,
  4. Color? color,
  5. LayoutAlign? alignment,
  6. double? gutterSize,
  7. double? offset,
  8. int? count,
})

Implementation

LayoutGrid({
  this.pattern,
  this.sectionSize,
  this.visible,
  this.color,
  this.alignment,
  this.gutterSize,
  this.offset,
  this.count,
});