CustomLayoutGridBody<T extends DataGridRow> constructor

const CustomLayoutGridBody<T extends DataGridRow>({
  1. Key? key,
  2. required double rowHeight,
  3. required double cacheExtent,
})

Implementation

const CustomLayoutGridBody({
  super.key,
  required this.rowHeight,
  required this.cacheExtent,
});