ClueCircleCounter constructor
const
ClueCircleCounter({})
Creates a ClueCircleCounter.
backgroundColor
is the background color of the counter.
count
is the number to be displayed inside the counter.
Implementation
const ClueCircleCounter({
super.key,
this.backgroundColor = MyColors.xFF000000,
required this.count,
});