DbLensControllerScope constructor
const
DbLensControllerScope({
- Key? key,
- required Widget child,
- DbLensController? controller,
- DbLensConfig config = const DbLensConfig(),
- DbLensThemeData? theme,
Implementation
const DbLensControllerScope({
super.key,
required this.child,
this.controller,
this.config = const DbLensConfig(),
this.theme,
});