underline static method

ArcaneGlyph underline({
  1. IconSize size = IconSize.md,
})

Underline icon

Implementation

static ArcaneGlyph underline({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e19a', size: size);