heading5 static method

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

Heading5 icon

Implementation

static Component heading5({IconSize size = IconSize.md}) =>
    lucide.Heading5(width: size.unit, height: size.unit);