cookingPot static method

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

CookingPot icon

Implementation

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