endAnimation property

bool endAnimation

Implementation

bool get endAnimation => _endAnimation;
void endAnimation=(bool endAnimation)

Implementation

set endAnimation(bool endAnimation) {
  _endAnimation = endAnimation;
  notifyListeners();
}