forward method

void forward({
  1. double? from,
})

forward for start or continue animation

Implementation

void forward({double? from}) => _animationController!.forward(from: from);