style property

Map<String, Map<String, Style>> get style

Implementation

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

Implementation

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