ban static method

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

Ban icon

Implementation

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