clearTransformColor static method

void clearTransformColor()

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

Removes the current color transform.

Implementation

static void clearTransformColor() {
  transformColor = null;
}