CascadeEffect.flower constructor

const CascadeEffect.flower({
  1. Key? key,
  2. double size = 1,
  3. double thickness = 0.4,
  4. double repeats = 1.56,
  5. double scale = 3,
  6. double shimmer = 0.7,
  7. Color? color,
  8. double power = 2,
  9. double speed = 2.5,
})

Implementation

const CascadeEffect.flower({
  super.key,
  this.size = 1,
  this.thickness = 0.4,
  this.repeats = 1.56,
  this.scale = 3,
  this.shimmer = 0.7,
  this.color,
  this.power = 2,
  this.speed = 2.5,
});