animate method
Sets the animation configuration.
Implementation
@override
BoxStyler animate(AnimationConfig value) {
return merge(BoxStyler(animation: value));
}
Sets the animation configuration.
@override
BoxStyler animate(AnimationConfig value) {
return merge(BoxStyler(animation: value));
}