highlight property
getter/setter pair
When true, the building is highlighted. Use this state to create a temporary effect (e.g. hover).
Implementation
bool? highlight;
When true, the building is highlighted. Use this state to create a temporary effect (e.g. hover).
bool? highlight;