animationDuration property

Duration get animationDuration

Implementation

Duration get animationDuration {
  _checkNotDisposed();
  return _tree.animationDuration;
}
set animationDuration (Duration value)

Implementation

set animationDuration(Duration value) {
  _checkNotDisposed();
  _tree.animationDuration = value;
}