menu
te_widgets package
documentation
widgets/table/table_scope.dart
TTableScope
onWillCollapse property
onWillCollapse property
dark_mode
light_mode
onWillCollapse
property
Future
<
bool
>
Function
(
dynamic
)
?
onWillCollapse
final
Callback to check if closing is allowed.
Implementation
final Future<bool> Function(dynamic)? onWillCollapse;
te_widgets package
documentation
widgets/table/table_scope
TTableScope
onWillCollapse property
TTableScope class