handHelping static method

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

HandHelping icon

Implementation

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