menu
flutter_data_grid package
documentation
widgets/custom_layout/grid_layout_delegate.dart
GridLayoutDelegate
contentRects property
contentRects property
dark_mode
light_mode
contentRects
property
Map
<
CellLayoutId
,
Rect
>
contentRects
final
Cell positions in content space (scroll-independent).
Implementation
final Map<CellLayoutId, Rect> contentRects;
flutter_data_grid package
documentation
widgets/custom_layout/grid_layout_delegate
GridLayoutDelegate
contentRects property
GridLayoutDelegate class