onFocusChange property

ValueChanged<bool>? onFocusChange
final

Called when the text field gains or loses focus.

Implementation

final ValueChanged<bool>? onFocusChange;