clearTransformTextStyle static method

void clearTransformTextStyle()

Same as Themed.of(context).clearTransformTextStyle();

Removes the current text style transform.

Implementation

static void clearTransformTextStyle() {
  transformTextStyle = null;
}