borderRadius property

BorderRadius? borderRadius
final

Defines the corner radii of the menu's rounded rectangle shape.

The radius of the first menu item's top left and right corners are defined by the corresponding properties of the borderRadius. Similarly, the radii of the last menu item's bottom and right corners are defined by the corresponding properties of the borderRadius.

Implementation

final BorderRadius? borderRadius;