SIQHandOffBannerTheme constructor

SIQHandOffBannerTheme({
  1. String? backgroundColor,
  2. String? textColor,
  3. String? buttonTitleColor,
})

Implementation

SIQHandOffBannerTheme({
  this.backgroundColor,
  this.textColor,
  this.buttonTitleColor,
});