handGrab static method

Widget handGrab({
  1. IconSize size = IconSize.md,
})

HandGrab icon

Implementation

static Widget handGrab({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e1e6', size: size);