chefHat static method

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

ChefHat icon

Implementation

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