SstApp constructor

const SstApp({
  1. Key? key,
  2. required AppTheme theme,
  3. required Route splashScreenRoute,
  4. ThemeData? themeData,
})

Implementation

const SstApp({super.key, required this.theme, required this.splashScreenRoute, this.themeData});