resetSystemFontFamily method

void resetSystemFontFamily()

Resets systemFontFamily to the default for the platform.

Implementation

void resetSystemFontFamily() {
  _systemFontFamily = null;
  _forceSystemFontFamilyToBeNull = false;
  onSystemFontFamilyChanged?.call();
}