menu
flutter_data_grid package
documentation
widgets/custom_layout/grid_layout_delegate.dart
VisibleRowRange
VisibleRowRange.new const constructor
VisibleRowRange.new const constructor
dark_mode
light_mode
VisibleRowRange
constructor
const
VisibleRowRange
(
int
firstRow
,
int
lastRow
)
Implementation
const VisibleRowRange(this.firstRow, this.lastRow);
flutter_data_grid package
documentation
widgets/custom_layout/grid_layout_delegate
VisibleRowRange
VisibleRowRange.new const constructor
VisibleRowRange class