apple static method

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

Apple icon

Implementation

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