nutOff static method

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

NutOff icon

Implementation

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