- Flutter Widget Livebook

CircleAvatar

A circle that represents a user.

Example

String _userAvatarUrl = 'https://images.unsplash.com/photo-1565898835704-3d6be4a2c98c?fit=crop&w=200&q=60';

CircleAvatar(
  backgroundImage: NetworkImage(_userAvatarUrl),
)

Related Links

  1. Example
  2. Related Links