updateLetterSpacingSetting method
Update the letter spacing in the application and in the shared preferences.
Implementation
void updateLetterSpacingSetting(double newSetting) {
textSettings.value = textSettings.value.copyWith(
letterSpacing: newSetting,
);
}