getCellState method
Retrieves the current validation/override state for a specific cell coordinate.
Implementation
CellFormState? getCellState(int row, int col) {
return _cellStates["${row}_${col}"];
}
Retrieves the current validation/override state for a specific cell coordinate.
CellFormState? getCellState(int row, int col) {
return _cellStates["${row}_${col}"];
}