CountIndicatorStyle constructor
const
CountIndicatorStyle({})
Implementation
const CountIndicatorStyle(
{this.textStyle = const TextStyle(
fontWeight: FontWeight.normal, color: Colors.white, fontSize: 11),
this.bgColor = const Color(0xff4879F9),
this.radius = 9});