onFocusChange property

ValueChanged<bool>? onFocusChange
final

A function that will be called when the focus changes.

Called with true if the focusNode has primary focus.

Implementation

final ValueChanged<bool>? onFocusChange;