borderRadius property

BorderRadius? borderRadius
final

The border radius of the containing rectangle. This is used to clip the splash and highlight effects.

If this is null, it will use borderRadiusDouble to create a circular border. If both are null, the border radius will be zero.

Implementation

final BorderRadius? borderRadius;