themeMap property

Map<String, BasicStyle>? themeMap
getter/setter pair

If a unique style is defined, the hashmap contains in key the unique value and in value the style to apply.

Implementation

Map<String, BasicStyle>? themeMap;