withDecoration method

VxAnimatedBox withDecoration(
  1. BoxDecoration decoration
)

Provide a custom DecoratedBox

Implementation

VxAnimatedBox withDecoration(BoxDecoration decoration) =>
    this.._decoration = decoration;