wheatOff static method

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

WheatOff icon

Implementation

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