rows4 static method

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

Rows4 icon

Implementation

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