XimageBlur constructor

const XimageBlur(
  1. {Key key,
  2. Widget chlid,
  3. double sigmaX = 5.0,
  4. double sigmaY = 5.0}
)

Implementation

const XimageBlur({Key key, this.chlid, this.sigmaX = 5.0, this.sigmaY = 5.0})
    : super(key: key);