mic_off constant

IconData const mic_off

mic_slash — Cupertino icon for a filled in microphone with a diagonal line crossing it. This is the same icon as mic_slash in cupertino_icons 1.0.0+.

See also:

  • mic, which is similar, but not filled in and without a diagonal line.
  • mic_solid, which is similar, but without a diagonal line.

Implementation

static const IconData mic_off = IconData(
  0xf45f,
  fontFamily: iconFont,
  fontPackage: iconFontPackage,
);