bellDot static method

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

BellDot icon

Implementation

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