webhook static method

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

Webhook icon

Implementation

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