timerOff static method

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

TimerOff icon

Implementation

static Component timerOff({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e249', size: size);