heading5 static method

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

Heading5 icon

Implementation

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