defaultColor property

Color get defaultColor

Implementation

static Color get defaultColor {
  _checkInitialized();
  return _defaultColor;
}