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