bgImage method

VxAnimatedBox bgImage(
  1. DecorationImage image
)

Sets the background image to the decorated box.

Implementation

VxAnimatedBox bgImage(DecorationImage image) => this.._bgImage = image;