onFocusChange property

void Function(bool)? onFocusChange
final

Called when the focus state of the button changes.

Implementation

final void Function(bool)? onFocusChange;