bellElectric static method

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

BellElectric icon

Implementation

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