wheatOff static method

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

WheatOff icon

Implementation

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