ImageSequenceAnimatorState constructor

ImageSequenceAnimatorState(
  1. String _folderName,
  2. String _fileName,
  3. String _fileFormat,
  4. bool _isLooping,
  5. bool _isBoomerang,
  6. Color? color,
)

Implementation

ImageSequenceAnimatorState(
  this._folderName,
  this._fileName,
  this._fileFormat,
  this._isLooping,
  this._isBoomerang,
  this.color,
);