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