show static method

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

Alias for eye - semantic name for common use case

Implementation

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