TTableScope constructor
const
TTableScope({
- Key? key,
- required TListController controller,
- required ValueNotifier<
String?> ? activeCellNotifier, - required Widget child,
Implementation
const TTableScope({
super.key,
required this.controller,
required this.activeCellNotifier,
required super.child,
});