undoDot static method

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

UndoDot icon

Implementation

static Component undoDot({IconSize size = IconSize.md}) =>
    lucide.UndoDot(width: size.unit, height: size.unit);