forward method

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

Implementation

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