UserProfileImage constructor Null safety
Creates a user profile image.
Implementation
const UserProfileImage({
Key? key,
this.radius,
}) : super(key: key);
Creates a user profile image.
const UserProfileImage({
Key? key,
this.radius,
}) : super(key: key);