Chip

作者: 不二客 | 来源:发表于2020-09-01 11:19 被阅读0次

    Chip

     const Chip({
        Key key,
        this.avatar, //头部组件
        @required this.label,//标签内容
        this.labelStyle, //标签字体样式
        this.labelPadding,//标签间距
        this.deleteIcon,//删除按钮
        this.onDeleted,//删除回调
        this.deleteIconColor,//删除按钮颜色
        this.deleteButtonTooltipMessage,
        this.shape,
        this.clipBehavior = Clip.none,//
        this.focusNode,
        this.autofocus = false,
        this.backgroundColor,//背景颜色
        this.padding,//控件左右间距
        this.visualDensity,
        this.materialTapTargetSize,
        this.elevation,
        this.shadowColor,//阴影颜色
      })
    

    相关文章

      网友评论

          本文标题:Chip

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