clockAlert static method

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

ClockAlert icon

Implementation

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