FullPopView constructor

FullPopView({
  1. required BuildChild buildChild,
  2. AlignmentGeometry alignment = Alignment.center,
  3. Color backGroundColor = Colors.transparent,
  4. double sigmaX = 5.0,
  5. double sigmaY = 5.0,
  6. TileMode tileMode = TileMode.clamp,
  7. double contentOpacity = 1,
  8. bool outTouchSide = false,
  9. int interval = 2000,
})

Implementation

FullPopView({
  required this.buildChild,
  this.alignment = Alignment.center,
  this.backGroundColor = Colors.transparent,
  this.sigmaX=5.0,
  this.sigmaY = 5.0,
  this.tileMode = TileMode.clamp,
  this.contentOpacity = 1,
  this.outTouchSide = false,
  this.interval = 2000,

});