VxRandomBox constructor

const VxRandomBox({
  1. double? width,
  2. double? height,
  3. Widget? child,
  4. bool changeOnRedraw = true,
})

Implementation

const VxRandomBox(
    {this.width, this.height, this.child, this.changeOnRedraw = true});