cog static method

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

Cog icon

Implementation

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