snail static method

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

Snail icon

Implementation

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