bellPlus static method

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

BellPlus icon

Implementation

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