AuthShell constructor

const AuthShell({
  1. Key? key,
  2. required Widget child,
})

Implementation

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