style property

The popover menu's style.

To modify the current style:

style: .delta(...)

To replace the style:

style: FPopoverMenuStyle(...)

CLI

To generate and customize this style:

dart run forui style create popover-menu

Implementation

final FPopoverMenuStyleDelta style;