style property

FTooltipStyle Function(FTooltipStyle style)? style
final

The tooltip's style.

CLI

To generate and customize this style:

dart run forui style create tooltip

Implementation

final FTooltipStyle Function(FTooltipStyle style)? style;