animate method

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

Sets the animation configuration.

Implementation

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