AnequalizerBand constructor
const
AnequalizerBand({
- required double frequency,
- required double bandwidth,
- required double gain,
- AnequalizerBandType type = AnequalizerBandType.butterworth,
Creates an AnequalizerBand.
Implementation
const AnequalizerBand({
required this.frequency,
required this.bandwidth,
required this.gain,
this.type = AnequalizerBandType.butterworth,
});