FlavorBanner constructor

FlavorBanner({
  1. GlobalKey<NavigatorState>? navigatorKey,
  2. required Widget child,
})

Implementation

FlavorBanner({
  this.navigatorKey,
  required this.child,
});