focused property

bool? focused

A boolean that indicates whether the current client has focus.

Implementation

bool? get focused => _getProperty(_delegate, 'focused');