SettingReflection constructor

SettingReflection({
  1. double skewX = 0.0,
  2. double scaleY = 0.90,
  3. double opacity = 1.0,
  4. double reflectionLength = 8.0,
  5. double positionX = 0.0,
  6. double expandRight = 0.0,
  7. double below = 1.0,
})

Implementation

SettingReflection({
  this.skewX = 0.0,
  this.scaleY = 0.90,
  this.opacity = 1.0,
  this.reflectionLength = 8.0,
  this.positionX = 0.0,
  this.expandRight = 0.0,
  this.below = 1.0,
});