borderRadius property

BorderRadiusGeometry? borderRadius
final

The border radius of the progress indicator container.

Type: BorderRadiusGeometry?. If null, uses BorderRadius.zero for sharp edges. Applied to both the track and progress fill for consistent styling.

Implementation

final BorderRadiusGeometry? borderRadius;