forward method

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

Implementation

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