EmergentRadio<T> constructor
const
EmergentRadio<T> ({
- Key? key,
- Widget? child,
- EmergentRadioStyle style = const EmergentRadioStyle(),
- T? value,
- Curve curve = Emergent.defaultCurve,
- Duration duration = Emergent.defaultDuration,
- EdgeInsets padding = EdgeInsets.zero,
- T? groupValue,
- EmergentRadioListener<
T?> ? onChanged, - bool isEnabled = true,
Implementation
const EmergentRadio({
super.key,
this.child,
this.style = const EmergentRadioStyle(),
this.value,
this.curve = Emergent.defaultCurve,
this.duration = Emergent.defaultDuration,
this.padding = EdgeInsets.zero,
this.groupValue,
this.onChanged,
this.isEnabled = true,
});