sandwich static method

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

Sandwich icon

Implementation

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