borderRadius property

  1. @override
double? borderRadius
final

Border radius for avatar corners in logical pixels.

Type: double?. Creates rounded corners on the avatar container. If null, defaults to theme.radius * size for proportional rounding.

Implementation

@override
final double? borderRadius;