ticketSlash static method

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

TicketSlash icon

Implementation

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