RedDotCounter constructor
RedDotCounter({
- CounterType counterType = CounterType.Splash,
- required int count,
Implementation
RedDotCounter({this.counterType = CounterType.Splash, required this.count});