keyboardOff static method

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

KeyboardOff icon

Implementation

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