heading1 static method

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

Heading1 icon

Implementation

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