Skip to content

Commit

Permalink
Update avatar.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
Daviiddoo committed Jul 26, 2024
1 parent c284986 commit beebd9b
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions samples/lib/widgets/avatar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,16 @@ class AvatarInvalidPage extends SampleScaffold {

@override
Widget child(BuildContext context) => Row(
mainAxisAlignment: MainAxisAlignment.center,
children: [
FAvatar(
image: const AssetImage(''),
placeholder: const Text('MN'),
),
const SizedBox(width: 10),
FAvatar(
image: const AssetImage(''),
),
],
);
}
mainAxisAlignment: MainAxisAlignment.center,
children: [
FAvatar(
image: const AssetImage(''),
placeholder: const Text('MN'),
),
const SizedBox(width: 10),
FAvatar(
image: const AssetImage(''),
),
],
);
}

0 comments on commit beebd9b

Please sign in to comment.