reset method

StyleBuilder reset()

Resets the builder to start a new configuration.

Implementation

StyleBuilder reset() {
  _config = {};
  return this;
}