bold method

_AppText bold()
inherited

Font weight 700

Implementation

_AppText bold() {
  return copyWith(
    fontWeight: FontWeight.w700,
  );
}