Divider

作者: 不二客 | 来源:发表于2020-08-31 14:02 被阅读0次

    Divider

     const Divider({
        Key key,
        this.height, // 高度
        this.thickness,//分隔线的厚度
        this.indent,//前端缩进
        this.endIndent,//后端缩进
        this.color,//分割线颜色
      }) :
    

    相关文章

      网友评论

          本文标题:Divider

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