RadioButtonState constructor

RadioButtonState(
  1. bool checked,
  2. String value
)

Implementation

RadioButtonState(this.checked, this.value);