bugOff static method

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

BugOff icon

Implementation

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