DialogOnAuthErrorScope constructor

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

Implementation

const DialogOnAuthErrorScope({
  super.key,
  this.navigatorKey,
  required this.child,
});