FlutterSliderSizedBox constructor
const
FlutterSliderSizedBox({
- BoxDecoration? decoration,
- BoxDecoration? foregroundDecoration,
- Matrix4? transform,
- required double height,
- required double width,
Implementation
const FlutterSliderSizedBox({
this.decoration,
this.foregroundDecoration,
this.transform,
required this.height,
required this.width,
}) : assert(width > 0 && height > 0);