ForgeGrid constructor
const
ForgeGrid({
- Key? key,
- required List<
ForgeColumn> columns, - required List<
ForgeRow> rows, - ForgeGridStyle? gridStyle,
Implementation
const ForgeGrid({
super.key,
required this.columns,
required this.rows,
this.gridStyle,
});