withDecoration method

VxBox withDecoration(
  1. BoxDecoration decoration
)

Provide a custom DecoratedBox

Implementation

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