menu
nice2dev_flutter_ui
data\nice_data3.dart
NiceSpreadsheet
onCellChanged property
onCellChanged
dark_mode
light_mode
onCellChanged
property
void Function
(
String
sheet
,
String
cellRef
,
dynamic
value
)
?
onCellChanged
final
Implementation
final void Function(String sheet, String cellRef, dynamic value)? onCellChanged;
nice2dev_flutter_ui
nice_data3
NiceSpreadsheet
onCellChanged property
NiceSpreadsheet class