RadialWaveAnimation constructor

const RadialWaveAnimation({
  1. Key? key,
  2. required bool isRecording,
  3. VoidCallback? onTap,
  4. double size = 300.0,
  5. double audioLevel = 0.0,
})

Implementation

const RadialWaveAnimation({
  super.key,
  required this.isRecording,
  this.onTap,
  this.size = 300.0,
  this.audioLevel = 0.0,
});