UserProfileAvatar constructor

const UserProfileAvatar({
  1. Key? key,
  2. required IvivaUser? ivivaUser,
  3. double? radius,
  4. double? width,
  5. double? height,
})

Implementation

const UserProfileAvatar(
    {Key? key, required this.ivivaUser, this.radius, this.width, this.height})
    : super(key: key);