style property
The popover menu's style.
CLI
To generate and customize this style:
dart run forui style create popover-menu
Implementation
final FPopoverMenuStyle Function(FPopoverMenuStyle style)? style;
The popover menu's style.
To generate and customize this style:
dart run forui style create popover-menu
final FPopoverMenuStyle Function(FPopoverMenuStyle style)? style;