helpScreen property

Screen helpScreen
final

Implementation

static final helpScreen = screen(
  name: 'help_screen',
  builder: (context, state) => HowItWorksScreen(state: state),
);