laptop static method

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

Laptop icon

Implementation

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