WtApp constructor

const WtApp({
  1. Key? key,
  2. required WtConfig config,
  3. required WtRouter router,
})

Creates the app shell from a config and a router.

Implementation

const WtApp({super.key, required this.config, required this.router});