fishingHook static method

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

FishingHook icon

Implementation

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