borderRadius property

BorderRadius borderRadius
final

The radii of the border's rounded rectangle corners.

When this border is used with a filled input decorator, see InputDecoration.filled, the border radius defines the shape of the background fill as well as the top and bottom right edges of the sideline itself.

By default the top and bottom left corners have a circular radius of 4.0.

Implementation

final BorderRadius borderRadius;