botMessageSquare static method

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

BotMessageSquare icon

Implementation

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