heading2 static method

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

Heading2 icon

Implementation

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