bold property

Text get bold

Implementation

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