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