KataglyphisAppShellBinding constructor

const KataglyphisAppShellBinding({
  1. required AppAttributes appAttributes,
  2. required RoutesCreator routesCreator,
})

Implementation

const KataglyphisAppShellBinding({
  required this.appAttributes,
  required this.routesCreator,
});