borderRadius property
The border radius of the progress indicator container.
Type: BorderRadiusGeometry?
. If null, uses theme's small border radius.
Applied to both the track and the progress fill for consistent styling.
Implementation
final BorderRadiusGeometry? borderRadius;