menu
yxr_flutter_basic package
documentation
base/ui/widget/AnimaWidget.dart
AnimationCtx
start method
start method
dark_mode
light_mode
start
method
void
start
(
{
double
?
from
,
})
开始动画
Implementation
void start({double? from}) { _controller?.forward(from: from); }
yxr_flutter_basic package
documentation
base/ui/widget/AnimaWidget
AnimationCtx
start method
AnimationCtx class