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