ticket static method

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

Ticket icon

Implementation

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