ClipPathDesign constructor

const ClipPathDesign({
  1. Key? key,
  2. double height1 = 80,
  3. double height2 = 96,
  4. double height3 = 93,
})

Implementation

const ClipPathDesign({
  super.key,
  this.height1 = 80,
  this.height2 = 96,
  this.height3 = 93,
});