contact static method

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

Contact icon

Implementation

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