widgets/viewport/data_grid_viewport_delegate library

Classes

DataGridChildDelegate<T extends DataGridRow>
Delegate that provides children (cells) for the 2D grid viewport. This is responsible for building widgets at specific grid coordinates.
DataGridVicinity
Represents a cell's location in the 2D grid. Maps row/column coordinates to xIndex/yIndex used by the viewport.