getFontSize method
dynamic
getFontSize()
Implementation
getFontSize() {
_fontSize = sharedPreferences.getDouble("getFontSize") ?? 18;
update();
}
getFontSize() {
_fontSize = sharedPreferences.getDouble("getFontSize") ?? 18;
update();
}