美文网首页
CircleAvatar

CircleAvatar

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

CircleAvatar

圆形头像

const CircleAvatar({
    Key key,
    this.child, //
    this.backgroundColor,
    this.backgroundImage,//背景图片
    this.onBackgroundImageError,//背景图片异常回调
    this.foregroundColor,
    this.radius,//半径
    this.minRadius,//最小半径
    this.maxRadius,//最大半径
  }) 

相关文章

网友评论

      本文标题:CircleAvatar

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