WOIParallelogramPainter constructor

WOIParallelogramPainter({
  1. double borderWidth = 1,
  2. Color buttonColor = Colors.white,
  3. double tilt = 10,
  4. Color borderColor = Colors.white,
  5. Gradient? gradient,
})

Implementation

WOIParallelogramPainter({
  this.borderWidth = 1,
  this.buttonColor = Colors.white,
  this.tilt = 10,
  this.borderColor = Colors.white,
  this.gradient,
});