loading property
Implementation
static final loading = screen(
name: 'app_loading',
builder: (context, state) => LoadingApp(state: state),
);
static final loading = screen(
name: 'app_loading',
builder: (context, state) => LoadingApp(state: state),
);