sandwich static method

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

Sandwich icon

Implementation

static Widget sandwich({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e3a9', size: size);