timerOff static method

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

TimerOff icon

Implementation

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