animate method

  1. @override
DialogStyler animate(
  1. AnimationConfig value
)
override

Sets the animation configuration.

Implementation

@override
DialogStyler animate(AnimationConfig value) {
  return merge(DialogStyler(animation: value));
}