heartCrack static method

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

HeartCrack icon

Implementation

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