Rendertheme constructor
Rendertheme({})
Implementation
Rendertheme({required this.maxLevels, this.mapBackground, this.mapBackgroundOutside, required this.rulesList, this.hasBackgroundOutside, this.styleMenu}) {
nodeMatchingCache = LfuCache(capacity: 5000, name: "Node-MatchingCache");
openWayMatchingCache = LfuCache(capacity: 10000, name: "OpenWay-MatchingCache");
closedWayMatchingCache = LfuCache(capacity: 5000, name: "ClosedWay-MatchingCache");
}