SIQSelectionComponentTheme constructor

SIQSelectionComponentTheme({
  1. String? textColor,
  2. String? accessoryColor,
  3. String? backgroundColor,
  4. String? selectionBackgroundColor,
  5. String? buttonTextColor,
  6. String? buttonBackgroundColor,
  7. String? linkTextColor,
})

Implementation

SIQSelectionComponentTheme({
  this.textColor,
  this.accessoryColor,
  this.backgroundColor,
  this.selectionBackgroundColor,
  this.buttonTextColor,
  this.buttonBackgroundColor,
  this.linkTextColor,
});