menu
dawn package
documentation
widgets.dart
InheritedWidget
InheritedWidget.new const constructor
InheritedWidget.new const constructor
dark_mode
light_mode
InheritedWidget
constructor
const
InheritedWidget
(
{
required
Widget
child
,
String
?
key
,
Ref
?
ref
,
})
Implementation
const InheritedWidget({required this.child, super.key, super.ref});
dawn package
documentation
widgets
InheritedWidget
InheritedWidget.new const constructor
InheritedWidget class