duration method

ZoomPan duration(
  1. int duration
)

Implementation

ZoomPan duration(int duration) {
  _duration = duration;
  return this;
}