focus property

bool focus

焦点状态

Focus state

Implementation

bool get focus => (_state?.focusNode.hasFocus) ?? false;