heading4 static method

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

Heading4 icon

Implementation

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