feather static method

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

Feather icon

Implementation

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