size property

  1. @override
double? size
final

Size of the avatar in logical pixels.

Type: double?. Controls both width and height of the avatar container. If null, defaults to theme.scaling * 40 pixels.

Implementation

@override
final double? size;