touchpadOff static method

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

TouchpadOff icon

Implementation

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