clock1 static method

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

Clock1 icon

Implementation

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