```dart Animation get stepOne => tween.animate( CurvedAnimation( parent: _controller, curve: Interval( 0.0, 0.125, curve: Curves.linear, ) ...
確定! 回上一頁