messageSquareDot static method

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

MessageSquareDot icon

Implementation

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