animationEnd property

bool get animationEnd

Implementation

bool get animationEnd => _animationEnd;
set animationEnd (bool value)

Implementation

set animationEnd(bool value) {
  _animationEnd = value;
  notifyListeners();
}