TTableScope constructor
const
TTableScope({
- Key? key,
- required TListController controller,
- required bool dense,
- TTableExpansionMode? expansionMode,
- Future<
bool> onWillCollapse(- dynamic
- required Widget child,
Creates a table scope.
Implementation
const TTableScope({
super.key,
required this.controller,
required this.dense,
this.expansionMode,
this.onWillCollapse,
required super.child,
});