remove method

ArcaneStyles remove(
  1. String property
)

Remove a style property

Implementation

ArcaneStyles remove(String property) {
  _styles.remove(property);
  return this;
}