SIQOfflineBannerTheme constructor

SIQOfflineBannerTheme({
  1. String? textColor,
  2. String? backgroundColor,
})

Implementation

SIQOfflineBannerTheme({
  this.textColor,
  this.backgroundColor,
});