feather static method

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

Feather icon

Implementation

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