resetToDefaults static method

void resetToDefaults()

Reset all settings to defaults.

Implementation

static void resetToDefaults() {
  enforceValidation = false;
  enableSecurityLogging = kDebugMode;
  maxAppBarHeight = 300.0;
  minAppBarHeight = 40.0;
  maxTitleFontSize = 40.0;
  minTitleFontSize = 10.0;
  maxIconSize = 60.0;
  minIconSize = 12.0;
  maxElevation = 24.0;
  maxTitleLength = 100;
  maxHintLength = 200;
  maxTabCount = 20;
  maxActionsCount = 10;
}