nutOff static method

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

NutOff icon

Implementation

static Widget nutOff({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e39c', size: size);