menu
flutter_app_table package
documentation
app_table/app_table_controller.dart
AppTableController
rowCellKey method
rowCellKey method
dark_mode
light_mode
rowCellKey
method
String
rowCellKey
(
int
row
,
int
column
)
Implementation
String rowCellKey(int row, int column) { return 'row-$row-column-$column'; }
flutter_app_table package
documentation
app_table/app_table_controller
AppTableController
rowCellKey method
AppTableController class