layers static method

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

Layers icon

Implementation

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