pub trait ActiveTheme { // Required method fn theme(&self) -> &Arc<Theme>; }
Trait for accessing the current theme from an App context
Returns a reference to the currently active theme