fish static method

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

Fish icon

Implementation

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