setTextSize method

dynamic setTextSize(
  1. double value
)

Implementation

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