EqualizerWidget constructor
const
EqualizerWidget({
- Key? key,
- EqualizerController? controller,
- bool showPresets = true,
- bool showPreamp = true,
- bool showBassBoost = false,
- bool showVirtualizer = false,
- Color? backgroundColor,
- Color? accentColor,
- Color? labelColor,
- Color? trackColor,
- double sliderHeight = 150.0,
- bool isHorizontal = false,
- VoidCallback? onSettingsChanged,
Implementation
const EqualizerWidget({
super.key,
this.controller,
this.showPresets = true,
this.showPreamp = true,
this.showBassBoost = false,
this.showVirtualizer = false,
this.backgroundColor,
this.accentColor,
this.labelColor,
this.trackColor,
this.sliderHeight = 150.0,
this.isHorizontal = false,
this.onSettingsChanged,
});