AppShellOverlay constructor

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

Implementation

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