ligature static method

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

Ligature icon

Implementation

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