bug static method

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

Bug icon

Implementation

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