fontWeight method

_AppText fontWeight(
  1. FontWeight? fontWeight
)
inherited

Implementation

_AppText fontWeight(FontWeight? fontWeight) {
  return copyWith(
    fontWeight: fontWeight,
  );
}