RadioItem constructor

const RadioItem(
  1. RadioDataModel _item,
  2. GSRadioModel _model,
  3. GSFormStyle formStyle, {
  4. Key? key,
})

Implementation

const RadioItem(this._item, this._model, this.formStyle, {Key? key}) : super(key: key);