reverse method

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

反转动画

Implementation

void reverse({double? from}) {
  _controller?.reverse(from: from);
}