bold property

TextModifier get bold

Applies bold font weight (700).

Implementation

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