UserProfileImage constructor Null safety

const UserProfileImage(
  1. {Key? key,
  2. double? radius}
)

Creates a user profile image.

Implementation

const UserProfileImage({
  Key? key,
  this.radius,
}) : super(key: key);