bellDot static method

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

BellDot icon

Implementation

static Component bellDot({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e42b', size: size);