bind method

void bind(
  1. ConfigurableLayoutState state
)

绑定到布局状态

Implementation

void bind(ConfigurableLayoutState state) {
  _state = state;
}