FlutterSliderTooltip constructor
FlutterSliderTooltip({
- Widget custom(
- dynamic value
- String format(
- String value
- TextStyle? textStyle,
- FlutterSliderTooltipBox? boxStyle,
- Widget? leftPrefix,
- Widget? leftSuffix,
- Widget? rightPrefix,
- Widget? rightSuffix,
- bool? alwaysShowTooltip,
- bool? disableAnimation,
- bool? disabled,
- FlutterSliderTooltipDirection? direction,
- FlutterSliderTooltipPositionOffset? positionOffset,
Implementation
FlutterSliderTooltip({
this.custom,
this.format,
this.textStyle,
this.boxStyle,
this.leftPrefix,
this.leftSuffix,
this.rightPrefix,
this.rightSuffix,
this.alwaysShowTooltip,
this.disableAnimation,
this.disabled,
this.direction,
this.positionOffset,
});