undoDot static method

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

UndoDot icon

Implementation

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