minHeight property

double? minHeight
final

The minimum height of the progress indicator.

Type: double?. If null, defaults to 8.0 scaled by theme scaling factor. Ensures adequate visual presence while maintaining proportional sizing.

Implementation

final double? minHeight;