touchpad static method

ArcaneGlyph touchpad({
  1. IconSize size = IconSize.md,
})

Touchpad icon

Implementation

static ArcaneGlyph touchpad({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e449', size: size);