botOff static method

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

BotOff icon

Implementation

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