PortraitCounter({required int initialCounter, required String image}) { _counter = initialCounter; _image = image; }