TUIAvatarContent constructor
TUIAvatarContent({
- required TUIAvatarContentType type,
- IconData? icon,
- TUIImage? image,
- String? text,
Implementation
TUIAvatarContent({required this.type, this.icon, this.image, this.text});