botMessageSquare static method

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

BotMessageSquare icon

Implementation

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