GuideOverlay constructor
const
GuideOverlay({
- Key? key,
- required GuideController controller,
Creates an onboarding overlay.
controller
- Required. The controller managing the onboarding flow.
Implementation
const GuideOverlay({super.key, required this.controller});