ParticlesCounter( {required int initialCounter, required List<String> images}) { _counter = initialCounter; _images = images; }