syncStyle method

void syncStyle()
inherited

Implementation

void syncStyle() {
  if (_style == null) {
    return;
  }
  _syncStyle(_style!);
}