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