size property

double? size
final

The size (height and width) of the profile image or avatar. If the image is displayed, it sets the height and width of the CustomImage. If the avatar is displayed, it's used to calculate the radius.

Implementation

final double? size;