borderRadius property

BorderRadiusGeometry? borderRadius
final

The radius of the button's corners when it has a background color.

Leave blank to use the default radius provided by _kSmallButtonRadius or _kLargeButtonRadius.

Implementation

final BorderRadiusGeometry? borderRadius;