bold property

TextStyle get bold

Implementation

TextStyle get bold =>
    const TextStyle(fontWeight: FontWeight.bold, color: Color.defaultColor);