size property

  1. @override
double? size
final

Size of the badge in logical pixels.

Controls both width and height of the circular badge container. If null, defaults to theme.scaling * 12.

Implementation

@override
final double? size;