Radio

2020-08-22  本文已影响0人  不二客

Radio

material design 的单选按钮。

 const Radio({
    Key key,
    @required this.value, //值
    @required this.groupValue,//组值
    @required this.onChanged,//返回value值
    this.activeColor, //激活时颜色
    this.focusColor,
    this.hoverColor,
    this.materialTapTargetSize,
    this.visualDensity,
    this.focusNode,
    this.autofocus = false,
  }) 

上一篇下一篇

猜你喜欢

热点阅读