RadioField constructor
const
RadioField({})
Creates a widget. Only options are technically required, but you
should also specify either of value or values, and a callback
function between onChange and onMultiChange.
Implementation
const RadioField({
required this.options,
this.labels,
this.widgetLabels,
this.value,
this.values,
this.wrap = false,
this.multi = false,
this.keepFirst = false,
this.keepOrder = false,
this.onChange,
this.onMultiChange,
});