App constructor

App({
  1. required Router router,
  2. Container? container,
})

Implementation

App({required this.router, this.container});