TicketViewPainter constructor
TicketViewPainter(
- double corderRadius,
- bool drawTriangle,
- bool drawArc,
- Axis triangleAxis,
- Size triangleSize,
- double trianglePos,
- Color contentBackgroundColor,
- Color backgroundColor,
- EdgeInsets contentPadding,
- EdgeInsets backgroundPadding,
- bool drawDivider,
- Color dividerColor,
- double dividerStrokeWidth,
- bool drawBorder,
- double borderRadius,
- 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,
);