box static method

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

Box icon

Implementation

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