UArAnimation constructor

const UArAnimation({
  1. String? name,
  2. int index = 0,
  3. bool loop = true,
  4. double speed = 1,
  5. bool autoplay = true,
})

Implementation

const UArAnimation({this.name, this.index = 0, this.loop = true, this.speed = 1, this.autoplay = true});