washingMachine static method

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

WashingMachine icon

Implementation

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