inbox static method

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

Inbox icon

Implementation

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