clock2 static method

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

Clock2 icon

Implementation

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