setBold method

TextBuilder setBold(
  1. bool value
)

Implementation

TextBuilder setBold(bool value) => this.._fontWeight = value ? FontWeight.bold : FontWeight.normal;