twitch static method

Component twitch({
  1. IconSize size = IconSize.md,
})

Twitch icon

Implementation

static Component twitch({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e196', size: size);