repeat2 static method

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

Repeat2 icon

Implementation

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