SplashTheme constructor
const
SplashTheme({})
Creates a SplashTheme with explicit color values.
Implementation
const SplashTheme({
required this.backgroundColor,
required this.loaderColor,
required this.textColor,
required this.retryButtonColor,
required this.retryButtonTextColor,
});