onShowFocusHighlight property

ValueChanged<bool>? onShowFocusHighlight
final

A function that will be called when the focus highlight should be shown or hidden.

This method is not triggered at the unmount of the widget.

Implementation

final ValueChanged<bool>? onShowFocusHighlight;