IntroScreen constructor

IntroScreen({
  1. Key? key,
  2. required VoidCallback onIntroComplete,
  3. Map<String, dynamic>? screenTexts,
  4. dynamic bgColor,
})

Implementation

IntroScreen({super.key, required this.onIntroComplete, this.screenTexts,this.bgColor});