RadioOptionStyle.colors constructor

RadioOptionStyle.colors({
  1. Color? selectedRadioColor,
  2. Color? unselectedRadioColor,
  3. Color? selectedBackgroundColor,
  4. Color? unselectedBackgroundColor,
  5. Color? selectedLabelColor,
  6. Color? unselectedLabelColor,
  7. Color? itemBorderColor,
  8. bool? showBorder,
  9. double borderWidth = 1.0,
})

Implementation

RadioOptionStyle.colors(
    {this.selectedRadioColor,
    this.unselectedRadioColor,
    this.selectedBackgroundColor,
    this.unselectedBackgroundColor,
    this.selectedLabelColor,
    this.unselectedLabelColor,
    this.itemBorderColor,
    this.showBorder,
    this.borderWidth = 1.0});