ReadableTableScope constructor
const
ReadableTableScope({
- Key? key,
- required ChangeNotifier controller,
- required Widget child,
Implementation
const ReadableTableScope({super.key, required this.controller, required super.child})
: super(notifier: controller);