NeumorphicRadio<T> constructor
NeumorphicRadio<T> ({
- Widget? child,
- NeumorphicRadioStyle style = const NeumorphicRadioStyle(),
- T? value,
- Curve curve = Neumorphic.DEFAULT_CURVE,
- Duration duration = Neumorphic.DEFAULT_DURATION,
- EdgeInsets padding = EdgeInsets.zero,
- T? groupValue,
- NeumorphicRadioListener<
T?> ? onChanged, - bool isEnabled = true,
Implementation
NeumorphicRadio({
this.child,
this.style = const NeumorphicRadioStyle(),
this.value,
this.curve = Neumorphic.DEFAULT_CURVE,
this.duration = Neumorphic.DEFAULT_DURATION,
this.padding = EdgeInsets.zero,
this.groupValue,
this.onChanged,
this.isEnabled = true,
});