applyVariableWeight method

TextStyle applyVariableWeight()

Implementation

TextStyle applyVariableWeight() {
  return copyWith(
    fontVariations: fontWeight?.toFontVariations(),
  );
}