TierTheme constructor

TierTheme({
  1. Color? primaryTextColor,
  2. StatusBarType? statusBarType,
  3. List<BackgroundColor>? backgroundColors,
})

Implementation

TierTheme({
  this.primaryTextColor,
  this.statusBarType,
  this.backgroundColors,
});