bellOff static method

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

BellOff icon

Implementation

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