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