PixaAnimationController constructor

PixaAnimationController({
  1. PixaAnimationPlaybackState initialState = PixaAnimationPlaybackState.playing,
})

Creates an animation controller.

Implementation

PixaAnimationController({
  PixaAnimationPlaybackState initialState =
      PixaAnimationPlaybackState.playing,
}) : _state = initialState;