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