ham static method

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

Ham icon

Implementation

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