FSliderTooltipsController class final
The controller for a slider's registered tooltips.
Constructors
- FSliderTooltipsController({required bool enabled})
- Creates a FSliderTooltipsController.
Properties
Methods
-
add(
UniqueKey key, FTooltipController controller) → void - Registers the tooltip to the slider.
-
hide(
[UniqueKey? key]) → Future< void> - Hides the tooltip with the given key, or all tooltips if none is specified.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
UniqueKey? key, [FTooltipController? controller]) → void - Removes the tooltip from the slider.
-
show(
[UniqueKey? key]) → Future< void> - Shows the tooltip with the given key, or all tooltips if none is specified.
-
toggle(
[UniqueKey? key]) → Future< void> - Toggles the visibility of the tooltip with the given key, or all tooltips if none is specified.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited