style property

FTooltipStyleDelta style
final

The tooltip's style.

To modify the current style:

style: .delta(...)

To replace the style:

style: FTooltipStyle(...)

CLI

To generate and customize this style:

dart run forui style create tooltip

Implementation

final FTooltipStyleDelta style;