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