menu
flutter_demo_kit package
documentation
tableview/cell_enum.dart
ClickCellCallback typedef
ClickCellCallback typedef
dark_mode
light_mode
ClickCellCallback
typedef
ClickCellCallback
=
void Function
({
int
?
row
,
int
?
section
})
Implementation
typedef ClickCellCallback = void Function({int? section, int? row});
flutter_demo_kit package
documentation
tableview/cell_enum
ClickCellCallback typedef
cell_enum library