widgets/menu/menu_theme library

Classes

TMenuTheme
Shared visual + timing + positioning configuration for the overlay-menu engine. TDropdownTheme and TSidebarTheme both extend this so the same overlay widgets (TMenuOverlayPanel, TMenuOverlayItem, TMenuRootTrigger, TMenuTooltip) can render either one — previously the sidebar hardcoded these as static TSidebarConstants values instead of an instantiable theme, which is the main reason it couldn't share code with the dropdown.