menu
flutter_reactter package
documentation
widgets.dart
ReactterScopeInherited
ReactterScopeInherited const constructor
ReactterScopeInherited const constructor
dark_mode
light_mode
ReactterScopeInherited
constructor
const
ReactterScopeInherited
(
{
Key
?
key
,
required
Widget
child
,
})
Implementation
const ReactterScopeInherited({Key? key, required Widget child}) : super(key: key, child: child);
flutter_reactter package
documentation
widgets
ReactterScopeInherited
ReactterScopeInherited const constructor
ReactterScopeInherited class