cookingPot static method

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

CookingPot icon

Implementation

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