heading3 static method

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

Heading3 icon

Implementation

static Component heading3({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e387', size: size);