set method
Set a style property
Implementation
ArcaneStyles set(String property, String value) {
_styles[property] = value;
return this;
}
Set a style property
ArcaneStyles set(String property, String value) {
_styles[property] = value;
return this;
}