menu
xfdn_design_system_admin package
documentation
helpers/theme/theme_customizer.dart
ThemeCustomizer
toJSON method
toJSON method
dark_mode
light_mode
toJSON
method
String
toJSON
(
)
Implementation
String toJSON() { return jsonEncode({'theme': theme.name}); }
xfdn_design_system_admin package
documentation
helpers/theme/theme_customizer
ThemeCustomizer
toJSON method
ThemeCustomizer class