FlutterSliderHandler constructor

FlutterSliderHandler({
  1. Widget? child,
  2. BoxDecoration? decoration,
  3. BoxDecoration? foregroundDecoration,
  4. Matrix4? transform,
  5. bool disabled = false,
  6. double opacity = 1,
})

Implementation

FlutterSliderHandler({
  this.child,
  this.decoration,
  this.foregroundDecoration,
  this.transform,
  this.disabled = false,
  this.opacity = 1,
});