pub fn generate_application_with_theme(
model_name: &str,
message_name: &str,
theme_document: Option<&ThemeDocument>,
style_classes: &HashMap<String, StyleClass>,
) -> Result<TokenStream, CodegenError>Expand description
Generate theme code and add it to the application Generate Application trait implementation with theme support