hasFocus property

bool get hasFocus

Implementation

bool get hasFocus => node?.hasFocus ?? _cacheIsFocus;