MEAvatar constructor
const
MEAvatar({
- Key? key,
- PositionBadge? badgePositioned,
- String? initial,
- Color? bgcolor,
- required Color badgeColor,
- String? images,
- AvatarSize? avatarSize,
Implementation
const MEAvatar({super.key, this.badgePositioned, this.initial,this.bgcolor,required this.badgeColor,this.images,this.avatarSize});