TierTheme constructor
TierTheme({
- Color? primaryTextColor,
- StatusBarType? statusBarType,
- List<
BackgroundColor> ? backgroundColors,
Implementation
TierTheme({
this.primaryTextColor,
this.statusBarType,
this.backgroundColors,
});