menu
ui_mate package
documentation
utils/pref.dart
Pref
setPrefDouble static method
setPrefDouble static method
dark_mode
light_mode
setPrefDouble
static method
void
setPrefDouble
(
String
prefsKey
,
double
value
)
Implementation
static void setPrefDouble(String prefsKey, double value) { prefs!.setDouble(prefsKey, value); }
ui_mate package
documentation
utils/pref
Pref
setPrefDouble static method
Pref class