resetComponentSpecificProperties method
Reset component-specific properties to defaults. Called by resetToDefaults() after resetting common properties.
Implementation
@override
void resetComponentSpecificProperties() {
size = 80.0;
strokeWidth = 4.0;
animationDuration = 1.0;
// Reset spinner colors
restSpinnerColorLight = const Color(0xFF3b82f6);
restSpinnerColorDark = const Color(0xFF60a5fa);
disabledSpinnerColorLight = const Color(0xFF9ca3af);
disabledSpinnerColorDark = const Color(0xFF6b7280);
}