GridPinnedQuadrant<T extends DataGridRow> constructor
const
GridPinnedQuadrant<T extends DataGridRow> ({
- Key? key,
- required List<
DataGridColumn< columns,T> > - required List<
int> pinnedIndices, - required double viewportHeight,
- required List<
double> displayOrder, - required Map<
double, T> rowsById, - required int rowCount,
- required double rowHeight,
- required double cacheExtent,
- required Color backgroundColor,
- required ValueNotifier<
double> vOffset,
Implementation
const GridPinnedQuadrant({
super.key,
required this.columns,
required this.pinnedIndices,
required this.viewportHeight,
required this.displayOrder,
required this.rowsById,
required this.rowCount,
required this.rowHeight,
required this.cacheExtent,
required this.backgroundColor,
required this.vOffset,
});