WFacade constructor

const WFacade({
  1. Image? image,
  2. Widget? child,
  3. double blurSigma = 0.0,
})

Implementation

const WFacade({
  this.image,
  this.child,
  this.blurSigma = 0.0,
});