onFocusChange property

ValueChanged<bool>? onFocusChange
finalinherited

Called when the focus state of the Focus changes.

Called with true when the Focus node gains focus and false when the Focus node loses focus.

Implementation

final ValueChanged<bool>? onFocusChange;