lifeBuoy static method

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

LifeBuoy icon

Implementation

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