termsAndConditionsScreen property
Implementation
static final termsAndConditionsScreen = screen(
name: 'terms_and_conditions',
builder: (context, state) => TermsAndConditionsScreen(state: state),
);
static final termsAndConditionsScreen = screen(
name: 'terms_and_conditions',
builder: (context, state) => TermsAndConditionsScreen(state: state),
);