menu
electrician_app
features/onboarding/presentation/screens/welcome_intro_screen.dart
WelcomeIntroScreen
WelcomeIntroScreen.new const constructor
WelcomeIntroScreen.new
dark_mode
light_mode
description
WelcomeIntroScreen
constructor
const
WelcomeIntroScreen
(
{
Key
?
key
,
required
VoidCallback
onStart
,
})
Implementation
const WelcomeIntroScreen({ super.key, required this.onStart, });
electrician_app
welcome_intro_screen
WelcomeIntroScreen
WelcomeIntroScreen.new const constructor
WelcomeIntroScreen class