void changeStaticSizeRatio({required String name, required double ratio}) { _sizeRatios[name] = ratio; update(); Get.find<AppSettings>().update(); }