VxRandomBox constructor

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

Implementation

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