Skip to content

Commit

Permalink
Removed references to constructor properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Daviiddoo committed Jul 24, 2024
1 parent 0a23c6c commit 6a0ac1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions forui/lib/src/widgets/avatar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ import 'package:forui/forui.dart';

/// An image element with a fallback for representing the user.
///
/// use [image] to provide a profile image displayed within the circle.
/// use image property to provide a profile image displayed within the circle.
/// Typically used with a user's profile image. If the image fails to load,
/// [placeholderBuilder] is used instead, which usually displays the user's initials.
/// the placeholderBuilder property is used instead, which usually displays the user's initials.
///
/// If the user's profile has no image, use [placeholderBuilder] to provide
/// If the user's profile has no image, use the placeholderBuilder property to provide
/// the initials using a [Text] widget styled with [FAvatarStyle.backgroundColor].
class FAvatar extends StatelessWidget {
/// The style. Defaults to [FThemeData.avatarStyle].
Expand Down

0 comments on commit 6a0ac1f

Please sign in to comment.