TUIAvatarContent constructor

TUIAvatarContent({
  1. required TUIAvatarContentType type,
  2. IconData? icon,
  3. TUIImage? image,
  4. String? text,
})

Implementation

TUIAvatarContent({required this.type, this.icon, this.image, this.text});