menu
flutter_data_grid package
documentation
widgets/cells/cell_scope.dart
CellScope<T extends DataGridRow>
row property
row property
dark_mode
light_mode
row
property
T
row
final
The typed row object for this cell.
Implementation
final T row;
flutter_data_grid package
documentation
widgets/cells/cell_scope
CellScope<T extends DataGridRow>
row property
CellScope class