VxGlassmorphic constructor

const VxGlassmorphic({
  1. Key? key,
  2. double? opacity = 0.05,
  3. Widget? child,
  4. double? blur = 5,
  5. BoxBorder? border,
  6. double? height,
  7. double? width,
  8. BorderRadius? borderRadius,
  9. double? circularRadius = 10.0,
  10. double? shadowStrength = 4,
})

Implementation

const VxGlassmorphic(
    {super.key,
    this.opacity = 0.05,
    this.child,
    this.blur = 5,
    this.border,
    this.height,
    this.width,
    this.borderRadius,
    this.circularRadius = 10.0,
    this.shadowStrength = 4});