SIQLogViewTheme constructor

SIQLogViewTheme({
  1. String? backgroundColor,
  2. String? titleColor,
  3. String? textViewColor,
  4. String? textViewBackgroundColor,
  5. String? sendTitleColor,
  6. String? sendBackgroundColor,
  7. String? cancelTitleColor,
})

Implementation

SIQLogViewTheme({
  this.backgroundColor,
  this.titleColor,
  this.textViewColor,
  this.textViewBackgroundColor,
  this.sendTitleColor,
  this.sendBackgroundColor,
  this.cancelTitleColor,
});