onFocusChange property
final
Called when the focus changes, with true if this widget's node gains focus, and false if it loses focus.
Implementation
final ValueChanged<bool>? onFocusChange;
Called when the focus changes, with true if this widget's node gains focus, and false if it loses focus.
final ValueChanged<bool>? onFocusChange;