linearAnimations property

Iterable<LinearAnimation> linearAnimations

Returns an iterable of linear animations in the artboard

Implementation

Iterable<LinearAnimation> get linearAnimations =>
    animations.whereType<LinearAnimation>();