twitch static method

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

Twitch icon

Implementation

static Component twitch({IconSize size = IconSize.md}) =>
    lucide.Twitch(width: size.unit, height: size.unit);