Map<String, dynamic>? get widgetTypeStyles => _widgetTypeStyles;
set widgetTypeStyles(Map<String, dynamic>? styles) { _widgetTypeStyles = styles; }