SunnyApp constructor

const SunnyApp(
  1. AppInfo appInfo, {
  2. required AppBootstrap app,
  3. Key? key,
})

Implementation

const SunnyApp(this.appInfo, {required this.app, Key? key}) : super(key: key);