clockFading static method

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

ClockFading icon

Implementation

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