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