Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Ngeo <[email protected]>
  • Loading branch information
Daviiddoo and Pante authored Jul 23, 2024
1 parent e8e4663 commit d13c553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions forui/lib/src/widgets/avatar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class FAvatar extends StatelessWidget {
/// If the user's initials are used, use [placeholderBuilder] instead.
final ImageProvider image;

/// The size of the circle.
/// The circle's size.
final double size;

/// The fallback widget displayed if [image] fails to load.
Expand Down Expand Up @@ -103,7 +103,7 @@ class FAvatar extends StatelessWidget {

/// [FAvatar]'s style.
final class FAvatarStyle with Diagnosticable {
/// The background color.
/// The placeholder's background color.
final Color backgroundColor;

/// Duration for the transition animation.
Expand Down

0 comments on commit d13c553

Please sign in to comment.