withForegroundDecoration method

VxBox withForegroundDecoration(
  1. BoxDecoration decoration
)

Provide a custom Foreground DecoratedBox

Implementation

VxBox withForegroundDecoration(BoxDecoration decoration) =>
    this.._foregroundDecoration = decoration;