moveVertical static method

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

MoveVertical icon

Implementation

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