goalModify property

Screen goalModify
final

Implementation

static final goalModify = screen(
  name: 'goal_modify',
  builder: (context, state) => GoalModifyScreen(state: state),
);