wheel_spinner library

The main library for the wheel spinner.

Classes

WheelSpinner
Shows a pitch-bend-like knob that can be dragged up or down, either unlimited or restricted by max and min.
WheelSpinnerTheme
Theme container widget for the wheel spinner theme.
WheelSpinnerThemeData
The theme for the wheel spinner You can use the constructor WheelSpinnerThemeData to create your own theme, or use WheelSpinnerThemeData.light() or WheelSpinnerThemeData.dark() and then use copyWith to override only specifics.

Typedefs

ValueBuilder = Widget Function(double value)
ValueStringBuilder = String Function(double value)