RadioItem constructor
- RadioDataModel _item,
- GSRadioModel _model,
- GSFormStyle formStyle,
- {Key? key}
Implementation
const RadioItem(this._item, this._model, this.formStyle, {Key? key}) : super(key: key);
const RadioItem(this._item, this._model, this.formStyle, {Key? key}) : super(key: key);