border property

bool? border
final

Whether to draw a border around the menubar container.

Type: bool?. If null, uses the widget's border property. When true, the menubar is wrapped with an outlined container with customizable border color and radius.

Implementation

final bool? border;