heartOff static method

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

HeartOff icon

Implementation

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