heading static method

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

Heading icon

Implementation

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