bellDot static method

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

BellDot icon

Implementation

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