resetToDefaults static method
void
resetToDefaults()
Reset all settings to defaults.
Implementation
static void resetToDefaults() {
enforceValidation = false;
enableSecurityLogging = kDebugMode;
maxQueryLength = 500;
minQueryLength = 1;
maxHeight = 100.0;
minHeight = 40.0;
maxBorderRadius = 100.0;
maxBorderWidth = 5.0;
maxIconSize = 48.0;
minIconSize = 16.0;
maxFontSize = 32.0;
minFontSize = 10.0;
maxPadding = 32.0;
maxDebounceDuration = 2000;
minDebounceDuration = 100;
}