SstApp constructor

const SstApp({
  1. Key? key,
  2. required AppTheme theme,
  3. required Route splashScreenRoute,
  4. ThemeData? themeData,
  5. List<BlocProvider<StateStreamableSource<Object?>>>? providers,
})

Implementation

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