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