BackgroundParams constructor

const BackgroundParams({
  1. bool animatedBlur = false,
  2. double sigmaX = 0.0,
  3. double sigmaY = 0.0,
  4. bool animatedBackgroundColor = false,
  5. Color backgroundColor = Colors.transparent,
})

Implementation

const BackgroundParams({
  this.animatedBlur = false,
  this.sigmaX = 0.0,
  this.sigmaY = 0.0,
  this.animatedBackgroundColor = false,
  this.backgroundColor = Colors.transparent,
});