CheckRadioLabelRF constructor

CheckRadioLabelRF({
  1. dynamic index,
  2. String? label,
  3. TextStyle? style,
  4. Function? onChange,
  5. Color? textColor,
})

Implementation

CheckRadioLabelRF(
    {this.index, this.label, this.style, this.onChange, this.textColor});