GuideOverlay constructor

const GuideOverlay({
  1. Key? key,
  2. required GuideController controller,
})

Creates an onboarding overlay.

controller - Required. The controller managing the onboarding flow.

Implementation

const GuideOverlay({super.key, required this.controller});