layersPlus static method

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

LayersPlus icon

Implementation

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