CircleAvatar({Key key, Widget child, Color backgroundColor, ImageProvider backgroundImage, double radius: 20.0 })

Creates a circle that represents a user.

Source

CircleAvatar({
  Key key,
  this.child,
  this.backgroundColor,
  this.backgroundImage,
  this.radius: 20.0
}) : super(key: key);