ticket library
Ticket Widget Plus
A Flutter library for creating customizable ticket-style widgets with smooth edges, cutout effects, or torn designs.
Exported members:
- Ticket : The main ticket widget
- TicketClipper : Custom clipper for ticket shapes
- CardType : Enum for ticket content types
- CardPosition : Enum for ticket orientation
Classes
- Ticket
- A customizable ticket-style widget that supports rounded corners, cutout effects, shadows, and child content.
- TicketClipper
- A CustomClipper that creates a ticket-style shape.
Enums
- CardPosition
- Defines the orientation of the ticket.
- CardType
- Defines the content type of a ticket. (Reserved for future use, e.g. image-based tickets.)