ZetaAvatar constructor
- Key? key,
- ZetaAvatarSize size = ZetaAvatarSize.xl,
- Widget? image,
- String? initials,
- Color? backgroundColor,
- Widget? lowerBadge,
- Widget? upperBadge,
- Color? borderColor,
- String? semanticLabel,
- String? semanticUpperBadgeLabel,
- String? semanticLowerBadgeLabel,
- TextStyle? initialTextStyle,
- String? label,
- TextStyle? labelTextStyle,
- int labelMaxLines = 1,
- VoidCallback? onTap,
Constructor for ZetaAvatar
Implementation
const ZetaAvatar({
super.key,
this.size = ZetaAvatarSize.xl,
this.image,
this.initials,
this.backgroundColor,
this.lowerBadge,
this.upperBadge,
this.borderColor,
this.semanticLabel,
this.semanticUpperBadgeLabel,
this.semanticLowerBadgeLabel,
this.initialTextStyle,
this.label,
this.labelTextStyle,
this.labelMaxLines = 1,
this.onTap,
});