AuiAvatar.large constructor
const
AuiAvatar.large({
- Key? key,
- String? imageUrl,
- String? name,
- Color? backgroundColor,
- Color? foregroundColor,
- AvatarShape shape = AvatarShape.circle,
- Widget? badge,
- VoidCallback? onTap,
- Color? borderColor,
- double borderWidth = 0,
Creates a large avatar with size 56.
Implementation
const AuiAvatar.large({
super.key,
this.imageUrl,
this.name,
this.backgroundColor,
this.foregroundColor,
this.shape = AvatarShape.circle,
this.badge,
this.onTap,
this.borderColor,
this.borderWidth = 0,
}) : size = 56.0;