bot static method

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

Bot icon

Implementation

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