clearStyle method

void clearStyle()

Implementation

void clearStyle() {
  _style = const Style();
}