clockPlus static method

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

ClockPlus icon

Implementation

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