syncWindowState method

void syncWindowState(
  1. bool state
)

同步弹框展开状态

Implementation

void syncWindowState(bool state) {
  isShow = state;
}