computer static method

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

Computer icon

Implementation

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