EqualizerView constructor
EqualizerView({})
Implementation
EqualizerView({
super.key,
required this.bands,
required this.onChanged,
this.height = 140,
this.sliderSize = 8,
});
EqualizerView({
super.key,
required this.bands,
required this.onChanged,
this.height = 140,
this.sliderSize = 8,
});