contactRound static method

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

ContactRound icon

Implementation

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