mic static method

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

Mic icon

Implementation

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