GemAnimation.none constructor
GemAnimation.none()
Construct a GemAnimation that represents no animation.
Implementation
GemAnimation.none() : this(type: AnimationType.none);
Construct a GemAnimation that represents no animation.
GemAnimation.none() : this(type: AnimationType.none);