borderRadius property

double? borderRadius
final

A variable to set the borderRadius of the button.

The default value is "0".

Please note that this borderRadius will be applied to the button only if its shape is "ButtonShape.rectangle".

Implementation

final double? borderRadius;