shell static method

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

Shell icon

Implementation

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