RadioProps constructor

RadioProps(
  1. String name,
  2. String label
)

Implementation

RadioProps(this.name, this.label);