clock static method

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

Clock icon

Implementation

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