bold property

TextModifier get bold

Implementation

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