maintainFocusability property

bool maintainFocusability
final

Whether to allow the widget to receive focus when hidden. Only in effect if visible is false.

Defaults to false.

Implementation

final bool maintainFocusability;