menu
brain_dev_tools package
documentation
dao/my_shared_preferences.dart
MySharedPref
setTextSizeFullScreen method
setTextSizeFullScreen method
dark_mode
light_mode
setTextSizeFullScreen
method
dynamic
setTextSizeFullScreen
(
double
value
)
Implementation
setTextSizeFullScreen(double value) async { sharedPref.setDouble("TextSizeFullScreen", value); }
brain_dev_tools package
documentation
dao/my_shared_preferences
MySharedPref
setTextSizeFullScreen method
MySharedPref class