RedDotCounter constructor

RedDotCounter({
  1. CounterType counterType = CounterType.Splash,
  2. required int count,
})

Implementation

RedDotCounter({this.counterType = CounterType.Splash, required this.count});