clock4 static method

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

Clock4 icon

Implementation

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