AppShellScope constructor

const AppShellScope({
  1. Key? key,
  2. Widget? profileMenu,
  3. required Widget child,
})

Implementation

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