stretchHorizontal static method

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

StretchHorizontal icon

Implementation

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