bold method

Text bold()

Implementation

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