GridLayoutDelegate constructor
GridLayoutDelegate({
- required Map<
CellLayoutId, Rect> cellRects,
Implementation
GridLayoutDelegate({required this.cellRects});
GridLayoutDelegate({required this.cellRects});