onShowFocusHighlight property
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;
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.
final ValueChanged<bool>? onShowFocusHighlight;