GoalModifyScreen constructor

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

Implementation

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