menu
flutter_data_grid package
documentation
models/data/cell_value_change.dart
CellValueChange
affectsCell method
affectsCell method
dark_mode
light_mode
affectsCell
method
bool
affectsCell
(
double
rowId
,
int
columnId
)
Implementation
bool affectsCell(double rowId, int columnId) => this.rowId == rowId && this.columnId == columnId;
flutter_data_grid package
documentation
models/data/cell_value_change
CellValueChange
affectsCell method
CellValueChange class