HelperOrchestrator constructor

const HelperOrchestrator({
  1. Key? key,
  2. required Widget child,
  3. GlobalKey<NavigatorState>? navigatorKey,
})

Implementation

const HelperOrchestrator({
  Key? key,
  required this.child,
  this.navigatorKey,
}) : super(key: key);