clearAll method
Clear all the styles in this container
Implementation
EasyAttributeStyles clearAll() {
final EasyAttributeStyles copy = this.copy();
attributes.clear();
return copy;
}
Clear all the styles in this container
EasyAttributeStyles clearAll() {
final EasyAttributeStyles copy = this.copy();
attributes.clear();
return copy;
}