SeeHowHubbleWorksScreen constructor

const SeeHowHubbleWorksScreen({
  1. Key? key,
  2. required HubbleScreenState state,
})

Implementation

const SeeHowHubbleWorksScreen({
  super.key,
  required this.state,
});