hash static method

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

Hash icon

Implementation

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