FlutterSliderTooltip constructor

FlutterSliderTooltip({
  1. Widget custom(
    1. dynamic value
    )?,
  2. String format(
    1. String value
    )?,
  3. TextStyle? textStyle,
  4. FlutterSliderTooltipBox? boxStyle,
  5. Widget? leftPrefix,
  6. Widget? leftSuffix,
  7. Widget? rightPrefix,
  8. Widget? rightSuffix,
  9. bool? alwaysShowTooltip,
  10. bool? disableAnimation,
  11. bool? disabled,
  12. FlutterSliderTooltipDirection? direction,
  13. 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,
});