eye static method

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

Eye icon

Implementation

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