menu
pal_widgets package
documentation
helper_orchestrator.dart
HelperOrchestrator
HelperOrchestrator const constructor
HelperOrchestrator const constructor
dark_mode
light_mode
HelperOrchestrator
constructor
const
HelperOrchestrator
(
{
Key
?
key
,
required
Widget
child
,
GlobalKey
<
NavigatorState
>
?
navigatorKey
,
})
Implementation
const HelperOrchestrator({ Key? key, required this.child, this.navigatorKey, }) : super(key: key);
pal_widgets package
documentation
helper_orchestrator
HelperOrchestrator
HelperOrchestrator const constructor
HelperOrchestrator class