accessibilityFocus property
final
Listenable that notifies when the accessibility focus on the system have changed.
Implementation
final ValueNotifier<int?> accessibilityFocus = ValueNotifier<int?>(null);
Listenable that notifies when the accessibility focus on the system have changed.
final ValueNotifier<int?> accessibilityFocus = ValueNotifier<int?>(null);