SWSlider constructor

const SWSlider(
  1. double _value,
  2. double _maxValue,
  3. double _minValue,
  4. void _onChanged(
    1. double
    ),
  5. double _width,
  6. String _asset,
  7. String _label, {
  8. Key? key,
})

Implementation

const SWSlider(
  this._value,
  this._maxValue,
  this._minValue,
  this._onChanged,
  this._width,
  this._asset,
  this._label, {
  Key? key,
}) : super(
        key: key,
      );