setCustomTheme static method
Implementation
static void setCustomTheme(Color selectedColor) {
toolbarColor = selectedColor;
submitBtnColor = selectedColor;
drawerColor = selectedColor;
drawerHeaderColor = const Color.fromARGB(255, 238, 237, 243);
drawerIconColor = const Color.fromARGB(255, 238, 237, 243);
SharedPreferencesHelper.setCustomTheme(toJson(toolbarColor, submitBtnColor,
drawerColor, drawerHeaderColor, drawerIconColor));
}