removeProperty method
Implementation
@mustCallSuper
void removeProperty(String key) {
properties.remove(key);
if (key == _STYLE_PROPERTY) {
setProperty(_STYLE_PROPERTY, null);
}
}
@mustCallSuper
void removeProperty(String key) {
properties.remove(key);
if (key == _STYLE_PROPERTY) {
setProperty(_STYLE_PROPERTY, null);
}
}