defaultFontWeight property

FontWeight get defaultFontWeight

Implementation

static FontWeight get defaultFontWeight {
  _checkInitialized();
  return _defaultFontWeight.value;
}