start method

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

开始动画

Implementation

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