bold method

Text bold()

Implementation

Text bold() => _applyStyle(const TextStyle(fontWeight: FontWeight.bold));