SIQQueueBannerTheme constructor

SIQQueueBannerTheme({
  1. String? backgroundColor,
  2. String? titleColor,
  3. String? subtitleColor,
  4. String? subtitleTimeColor,
  5. String? positionTextColor,
  6. String? positionSubtitleColor,
  7. String? positionContainerBackgroundColor,
})

Implementation

SIQQueueBannerTheme({
  this.backgroundColor,
  this.titleColor,
  this.subtitleColor,
  this.subtitleTimeColor,
  this.positionTextColor,
  this.positionSubtitleColor,
  this.positionContainerBackgroundColor,
});