borderRadius property
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;