borderRadius property
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;
The border radius of the progress container.
Type: BorderRadiusGeometry?. If null, uses BorderRadius.zero.
Applied via ClipRRect to both track and progress elements.
final BorderRadiusGeometry? borderRadius;