animationComplete property

bool get animationComplete

Implementation

bool get animationComplete => _animationComplete;
set animationComplete (bool value)

Implementation

set animationComplete(bool value) {
  _animationComplete = value;
  notifyListeners();
}