SceneAnimationSpec constructor

const SceneAnimationSpec(
  1. String name, {
  2. bool playing = true,
  3. bool loop = true,
  4. double weight = 1.0,
  5. double speed = 1.0,
})

Implementation

const SceneAnimationSpec(
  this.name, {
  this.playing = true,
  this.loop = true,
  this.weight = 1.0,
  this.speed = 1.0,
});