Future<double> getTextSize() async { sharedPref = await _sharedPreferences; double textSize = sharedPref?.getDouble("TextSize") ?? 18.0; return textSize; }