UpRadioButton constructor
UpRadioButton({
- Key? key,
- UpColorType? colorType,
- UpStyle? style,
- Function? onChange,
- UpTextDirection labelDirection = UpTextDirection.left,
- bool isDisable = false,
- required String value,
- required List<
UpRadioButtonItem> items,
Implementation
UpRadioButton({
Key? key,
this.colorType,
this.style,
this.onChange,
this.labelDirection = UpTextDirection.left,
this.isDisable = false,
required this.value,
required this.items,
}) : super(key: key);