menu
crud_table package
documentation
table/crud_table.dart
CrudTable<T>
onTap property
onTap property
dark_mode
light_mode
onTap
property
ValueChanged
onTap
final
notify when user click on a row of the table
Implementation
final ValueChanged<dynamic> onTap;
crud_table package
documentation
table/crud_table
CrudTable<T>
onTap property
CrudTable class