isEmpty property

  1. @override
bool isEmpty
override

Is the animation empty (no frames)?

Implementation

@override
bool get isEmpty => frames.isEmpty;