setSmoothingProfile method
void
setSmoothingProfile({})
Implementation
void setSmoothingProfile({
required double amplitude,
required double breath,
required double neuro,
}) {
smoothAmp = amplitude;
smoothBreath = breath;
smoothNeuro = neuro;
}