FlutterSliderTooltipBox constructor

const FlutterSliderTooltipBox({
  1. BoxDecoration? decoration,
  2. BoxDecoration? foregroundDecoration,
  3. Matrix4? transform,
})

Implementation

const FlutterSliderTooltipBox({
  this.decoration,
  this.foregroundDecoration,
  this.transform,
});