tooltip

fun tooltip(tooltip: Tooltip?): CustomButtonWidget.Builder

Applies a Tooltip to this widget. Default is null

Return

this builder

Author

fzzyhmstrs

Since

0.5.?

Parameters

tooltip

Tooltip, nullable


fun tooltip(tooltip: Text?): CustomButtonWidget.Builder

Applies the provided text as a Tooltip to this widget. Default is null

Return

this builder

Author

fzzyhmstrs

Since

0.5.?

Parameters

tooltip

Text, nullable. Converted to a Tooltip for this widget