FSliderTooltipControls constructor

const FSliderTooltipControls({
  1. FTooltipControl min = const .managed(),
  2. FTooltipControl max = const .managed(),
})

Creates a FSliderTooltipControls with the given tooltip controllers.

Implementation

const FSliderTooltipControls({this.min = const .managed(), this.max = const .managed()}) : enabled = true;