heading1 static method

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

Heading1 icon

Implementation

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