repeat static method

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

Repeat icon

Implementation

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