Map<String, Map<String, Style>> get style => _style;
set style(Map<String, Map<String, Style>> value) => _style.value = value;