origami static method

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

Origami icon

Implementation

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