repeat1 static method

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

Repeat1 icon

Implementation

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