semiBold method

_AppText semiBold()
inherited

Font weight 600

Implementation

_AppText semiBold() {
  return copyWith(
    fontWeight: FontWeight.w600,
  );
}