ConcentricClipper constructor

const ConcentricClipper(
  1. {double progress = 0.0,
  2. double verticalPosition = 0.85,
  3. double radius = 30.0,
  4. double growFactor = 30.0,
  5. bool reverse = false}
)

Implementation

const ConcentricClipper({
  this.progress = 0.0,
  this.verticalPosition = 0.85,
  this.radius = 30.0,
  this.growFactor = 30.0,
  this.reverse = false,
});