rows3 static method

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

Rows3 icon

Implementation

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