heading6 static method

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

Heading6 icon

Implementation

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