loading property

Screen loading
final

Implementation

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