constraints property

BoxConstraints? constraints
final

Defines minimum and maximum sizes for a CircularProgressIndicator.

If null, then the ProgressIndicatorThemeData.constraints will be used. Otherwise, defaults to a minimum width and height of 36 pixels.

Implementation

final BoxConstraints? constraints;