FlutterSliderHandler constructor
FlutterSliderHandler({
- Widget? child,
- BoxDecoration? decoration,
- BoxDecoration? foregroundDecoration,
- Matrix4? transform,
- bool disabled = false,
- double opacity = 1,
Implementation
FlutterSliderHandler({
this.child,
this.decoration,
this.foregroundDecoration,
this.transform,
this.disabled = false,
this.opacity = 1,
});