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