size property

double? size
final

The size of the progress indicator.

If provided, this sets both the width and height of the SizedBox that wraps the indicator.

Implementation

final double? size;