touchpad static method

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

Touchpad icon

Implementation

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