widgets/radiogroup/radio_group library

@author: wzp_vicky @time: 2024年6月22日09:47:15 @version: V1.1 @description:在印尼中使用过,

Enums

Direction
const Radio({ Key key, @required this.value, // 当前单选框设置的值 @required this.groupValue, // 当前单选框选定状态的值 @required this.onChanged, // 选中回调 this.activeColor, // 选中状态颜色 this.focusColor, // 获取焦点时颜色 this.hoverColor, // 高亮时颜色 this.materialTapTargetSize, // 点击范围最小大小 this.focusNode, this.autofocus = false, })