DbLensControllerScope constructor

const DbLensControllerScope({
  1. Key? key,
  2. required Widget child,
  3. DbLensController? controller,
  4. DbLensConfig config = const DbLensConfig(),
  5. DbLensThemeData? theme,
})

Implementation

const DbLensControllerScope({
  super.key,
  required this.child,
  this.controller,
  this.config = const DbLensConfig(),
  this.theme,
});