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