rectangleHorizontal static method

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

RectangleHorizontal icon

Implementation

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