SplashThemeData constructor
const
SplashThemeData({
- required List<
Color> pageGradient, - required Color atmosphereGlow,
- required Color surface,
- required Color surfaceAlt,
- required Color primary,
- required Color primarySoft,
- required Color outline,
- required Color shadowStrong,
- required Color shadowSoft,
- required Color textPrimary,
- required Color textMuted,
- required Color highlight,
Implementation
const SplashThemeData({
required this.pageGradient,
required this.atmosphereGlow,
required this.surface,
required this.surfaceAlt,
required this.primary,
required this.primarySoft,
required this.outline,
required this.shadowStrong,
required this.shadowSoft,
required this.textPrimary,
required this.textMuted,
required this.highlight,
});