undoDot static method

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

UndoDot icon

Implementation

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