heading2 static method

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

Heading2 icon

Implementation

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