AppShell Overview
menu
flutter_user
flutter_user.dart
Avatar
Avatar const constructor
Avatar
dark_mode
light_mode
Avatar
constructor
const
Avatar
(
{
Key
?
key
,
User
?
user
,
double
size
=
100
,
Color
?
avatarBackgroundColor
,
})
Implementation
const Avatar({ super.key, this.user, this.size = 100, this.avatarBackgroundColor, });
flutter_user
flutter_user
Avatar
Avatar const constructor
Avatar class