popStyle method

void popStyle()

Pops the most recent addition from the _styleStack.

Implementation

void popStyle() {
  _styleStack.removeLast();
}