watch static method

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

Watch icon

Implementation

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