animate method
Start the animation chain
Implementation
AnimatedWidgetBuilder animate() {
return AnimatedWidgetBuilder(
config: AnimationConfig(),
child: this,
);
}
Start the animation chain
AnimatedWidgetBuilder animate() {
return AnimatedWidgetBuilder(
config: AnimationConfig(),
child: this,
);
}