botOff static method

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

BotOff icon

Implementation

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