StatusBarSimulate constructor

const StatusBarSimulate({
  1. Key? key,
  2. required GeneralLibFlutterApp generalLibFlutterApp,
  3. required GlobalKey<State<StatefulWidget>> globalKey,
  4. required GlobalKey<State<StatefulWidget>> newGlobalKey,
  5. required Widget child,
})

Implementation

const StatusBarSimulate({
  super.key,
  required this.generalLibFlutterApp,
  required this.globalKey,
  required this.newGlobalKey,
  required this.child,
});