TicketViewPainter constructor

TicketViewPainter(
  1. double corderRadius,
  2. bool drawTriangle,
  3. bool drawArc,
  4. Axis triangleAxis,
  5. Size triangleSize,
  6. double trianglePos,
  7. Color contentBackgroundColor,
  8. Color backgroundColor,
  9. EdgeInsets contentPadding,
  10. EdgeInsets backgroundPadding,
  11. bool drawDivider,
  12. Color dividerColor,
  13. double dividerStrokeWidth,
  14. bool drawBorder,
  15. double borderRadius,
  16. bool drawShadow,
)

Implementation

TicketViewPainter(
  this.corderRadius,
  this.drawTriangle,
  this.drawArc,
  this.triangleAxis,
  this.triangleSize,
  this.trianglePos,
  this.contentBackgroundColor,
  this.backgroundColor,
  this.contentPadding,
  this.backgroundPadding,
  this.drawDivider,
  this.dividerColor,
  this.dividerStrokeWidth,
  this.drawBorder,
  this.borderRadius,
  this.drawShadow,
);