BoxDecorationTweenInfo typedef

BoxDecorationTweenInfo = ({BoxDecorationTween? decoration, bool shouldAnimate})

Implementation

typedef BoxDecorationTweenInfo = ({
  BoxDecorationTween? decoration,
  bool shouldAnimate
});