rows2 static method

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

Rows2 icon

Implementation

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