menu
dreamic package
documentation
presentation/app_state_wrapper.dart
AppStateWrapper
AppStateWrapper.new const constructor
AppStateWrapper.new const constructor
dark_mode
light_mode
AppStateWrapper
constructor
const
AppStateWrapper
(
{
Key
?
key
,
required
Widget
child
,
})
Implementation
const AppStateWrapper({ super.key, required this.child, });
dreamic package
documentation
presentation/app_state_wrapper
AppStateWrapper
AppStateWrapper.new const constructor
AppStateWrapper class