Radio

作者: 不二客 | 来源:发表于2020-08-22 18:56 被阅读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,
      }) 
    
    

    相关文章

      网友评论

          本文标题:Radio

          本文链接:https://www.haomeiwen.com/subject/fzftrktx.html