AudioLevelAnimation constructor
const
AudioLevelAnimation({})
Implementation
const AudioLevelAnimation({
Key? key,
required this.bgColor,
this.radius = 14,
required this.audioLevel,
this.dotsColor = Colors.white,
}) : super(key: key);