GridLayoutDelegate constructor

GridLayoutDelegate({
  1. required Map<CellLayoutId, Rect> cellRects,
})

Implementation

GridLayoutDelegate({required this.cellRects});