WaveCounter({required int initialCounter, Color color = Colors.black}) { _counter = initialCounter; _color = color; }