speaker static method

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

Speaker icon

Implementation

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