heading static method

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

Heading icon

Implementation

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