linearAnimations property Null safety
List of linear animations in the artboard.
Implementation
Iterable<LinearAnimation> get linearAnimations =>
_animations.whereType<LinearAnimation>();
List of linear animations in the artboard.
Iterable<LinearAnimation> get linearAnimations =>
_animations.whereType<LinearAnimation>();