isBound property

bool get isBound

检查控制器是否已绑定到布局

Implementation

bool get isBound => _state != null;