fontWeightBold method

Text fontWeightBold()

Make the font bold.

Implementation

Text fontWeightBold() {
  return copyWith(style: TextStyle(fontWeight: FontWeight.bold));
}