menu
flutter_walkthrough_screen package
documentation
flutter_walkthrough_screen.dart
IntroScreen
skipPage method
skipPage method
dark_mode
light_mode
skipPage
method
void
skipPage
(
BuildContext
context
)
Implementation
void skipPage(BuildContext context) { Navigator.push(context, pageRoute!); }
flutter_walkthrough_screen package
documentation
flutter_walkthrough_screen
IntroScreen
skipPage method
IntroScreen class