borderRadius property

BorderRadiusGeometry? borderRadius
final

The border radius of the progress container.

Type: BorderRadiusGeometry?. If null, uses BorderRadius.zero. Applied via ClipRRect to both track and progress elements.

Implementation

final BorderRadiusGeometry? borderRadius;