clock3 static method

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

Clock3 icon

Implementation

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