watch static method

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

Watch icon

Implementation

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