Creates a circle that represents a user.
Source
CircleAvatar({
Key key,
this.child,
this.backgroundColor,
this.backgroundImage,
this.radius: 20.0
}) : super(key: key);
Creates a circle that represents a user.
CircleAvatar({
Key key,
this.child,
this.backgroundColor,
this.backgroundImage,
this.radius: 20.0
}) : super(key: key);