timerIcon static method

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

Timer icon

Implementation

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