ticketPlus static method

Component ticketPlus({
  1. IconSize size = IconSize.md,
})

TicketPlus icon

Implementation

static Component ticketPlus({IconSize size = IconSize.md}) =>
    lucide.TicketPlus(width: size.unit, height: size.unit);