EqualizerWidget constructor

const EqualizerWidget({
  1. Key? key,
  2. EqualizerController? controller,
  3. bool showPresets = true,
  4. bool showPreamp = true,
  5. bool showBassBoost = false,
  6. bool showVirtualizer = false,
  7. Color? backgroundColor,
  8. Color? accentColor,
  9. Color? labelColor,
  10. Color? trackColor,
  11. double sliderHeight = 150.0,
  12. bool isHorizontal = false,
  13. 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,
});