GetStartedScreen constructor
const
GetStartedScreen({
- Key? key,
- required HubbleScreenState state,
Implementation
const GetStartedScreen({
super.key,
required this.state,
});