focusNotifier property

ValueNotifier<bool> focusNotifier
final

Implementation

final ValueNotifier<bool> focusNotifier = ValueNotifier(false);