Avatar constructor
const
Avatar({
- Key? key,
- required String initials,
- Color? backgroundColor,
- double? size,
- double? borderRadius,
- AvatarWidget? badge,
- AlignmentGeometry? badgeAlignment,
- double? badgeGap,
- ImageProvider<
Object> ? provider,
Implementation
const Avatar({
super.key,
required this.initials,
this.backgroundColor,
this.size,
this.borderRadius,
this.badge,
this.badgeAlignment,
this.badgeGap,
this.provider,
});