bellRing static method

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

BellRing icon

Implementation

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