GridRowItem<T extends SpannedGridItem> constructor
GridRowItem<T extends SpannedGridItem> ({})
Implementation
GridRowItem({
required this.item,
required this.itemIndex,
required this.span,
required this.startColumn,
});