UserProfileImage constructor

const UserProfileImage({
  1. Key? key,
  2. double size = 40,
  3. int? userId,
})

Renders a user's profile image.

Implementation

const UserProfileImage({super.key, this.size = 40, this.userId});