onFocusChange property Null safety
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;
A function that will be called when the focus changes.
Called with true if the focusNode has primary focus.
final ValueChanged<bool>? onFocusChange;