ethernetPort static method

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

EthernetPort icon

Implementation

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