webhookOff static method

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

WebhookOff icon

Implementation

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