style property

FPopoverStyleDelta style
final

The popover's style.

To modify the current style:

style: .delta(...)

To replace the style:

style: FPopoverStyle(...)

CLI

To generate and customize this style:

dart run forui style create popover

Implementation

final FPopoverStyleDelta style;