redoDot static method

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

RedoDot icon

Implementation

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