menu
crud_table package
documentation
table/crud_table.dart
CrudTableCrudActionChangingNotifier
changeAction method
changeAction method
dark_mode
light_mode
changeAction
method
void
changeAction
(
CrudAction
action
)
Implementation
void changeAction(CrudAction action) { crudAction = action; notifyListeners(); }
crud_table package
documentation
table/crud_table
CrudTableCrudActionChangingNotifier
changeAction method
CrudTableCrudActionChangingNotifier class