RadialWaveAnimation constructor
const
RadialWaveAnimation({
- Key? key,
- required bool isRecording,
- VoidCallback? onTap,
- double size = 300.0,
- double audioLevel = 0.0,
Implementation
const RadialWaveAnimation({
super.key,
required this.isRecording,
this.onTap,
this.size = 300.0,
this.audioLevel = 0.0,
});