AppShell Overview
menu
flutter_profile
flutter_profile.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_profile
flutter_profile
Avatar
Avatar const constructor
Avatar class