bold method

TextStyle bold()

A commonly used font weight that is heavier than normal.

Implementation

TextStyle bold() => copyWith(fontWeight: FontWeight.bold);