Skip to content

Commit

Permalink
Commit from GitHub Actions (Forui Presubmit)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daviiddoo committed Jul 23, 2024
1 parent 8f08292 commit 2f4329d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions forui/lib/src/widgets/avatar.dart
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import 'package:flutter/foundation.dart';
import 'package:flutter/widgets.dart';
import 'package:forui/forui.dart';

import 'package:meta/meta.dart';

import 'package:forui/forui.dart';

/// An image element with a fallback for representing the user.
///
/// Typically used with a user's profile image, or, in the absence of
Expand Down Expand Up @@ -71,7 +73,7 @@ class FAvatar extends StatelessWidget {
: Center(
child: DefaultTextStyle(
style: style.text,
child: child!,
child: child!,
),
),
);
Expand Down

0 comments on commit 2f4329d

Please sign in to comment.