borderRadius property

BorderRadiusGeometry? borderRadius
final

The border radius applied to the container's background and clipping.

Creates rounded corners on the flex container. The radius affects both the background decoration and content clipping.

Implementation

final BorderRadiusGeometry? borderRadius;