dictionaryFontSize property

double dictionaryFontSize

The search debounce delay in milliseconds for searching in the app..

Implementation

double get dictionaryFontSize {
  return _preferences.get('dictionary_entry_font_size',
      defaultValue: defaultDictionaryFontSize);
}