pcCase static method

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

PcCase icon

Implementation

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