SimpleClipPath constructor
const
SimpleClipPath({})
Implementation
const SimpleClipPath({
this.type = ClipPathType.ROUNDED_DOWN,
this.radius = 20.0,
this.topLeftPercentOfHeight = 0.0,
this.bottomLeftPercentOfHeight = 100.0,
this.topRightPercentOfHeight = 0.0,
this.bottomRightPercentOfHeight = 100.0
});