messageSquareDot static method

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

MessageSquareDot icon

Implementation

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