builder property
The builder now provides both the AnimationController
and a progress animation for complex usage.
Implementation
final Widget Function(BuildContext, AnimationController, Animation<double>)
builder;
The builder now provides both the AnimationController
and a progress animation for complex usage.
final Widget Function(BuildContext, AnimationController, Animation<double>)
builder;