waves static method

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

Waves icon

Implementation

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