DeclarativeBuilder typedef

DeclarativeBuilder = List<QDRoute> Function()

The Declarative page builder it gives you the state and take the pages to show

Implementation

typedef DeclarativeBuilder = List<QDRoute> Function();