RowsColsLayoutGrid constructor
RowsColsLayoutGrid({})
Implementation
factory RowsColsLayoutGrid({
_i3.Pattern? pattern,
_i3.Alignment? alignment,
_i2.num? gutterSize,
_i2.num? count,
_i2.num? sectionSize,
_i2.num? offset,
_i2.bool? visible,
_i3.Rgba? color,
_i2.dynamic boundVariables,
}) =>
RowsColsLayoutGrid._(
pattern: pattern?.name ?? _i7.undefined,
alignment: alignment?.name ?? _i7.undefined,
gutterSize: gutterSize,
count: count,
sectionSize: sectionSize,
offset: offset,
visible: visible,
color: color ?? _i7.undefined,
boundVariables: boundVariables,
);