hand static method

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

Hand icon

Implementation

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