toggleLeft static method

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

ToggleLeft icon

Implementation

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