GridRow<T extends SpannedGridItem> constructor
GridRow<T extends SpannedGridItem> ({
- required List<
GridRowItem< items,T> > - required int rowIndex,
- required int totalSpan,
Implementation
GridRow({
required this.items,
required this.rowIndex,
required this.totalSpan,
});