mono property

TextModifier get mono

Implementation

TextModifier get mono => WrappedText(
      style: (context, theme) => theme.typography.mono,
      child: this,
    );