setTextSize method
Implementation
setTextSize(double value) async {
sharedPref = await _sharedPreferences;
sharedPref?.setDouble("TextSize", value);
}
setTextSize(double value) async {
sharedPref = await _sharedPreferences;
sharedPref?.setDouble("TextSize", value);
}