unbind method

void unbind()

解绑布局状态

Implementation

void unbind() {
  _state = null;
}