hash static method

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

Hash icon

Implementation

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