getWordSpacing method

dynamic getWordSpacing()

Implementation

getWordSpacing() {
  _wordSpacing = sharedPreferences.getDouble("getWordSpacing") ?? 0;
  update();
}