onFocusEnd property
The callback function is a lifecycle callback for focus touch ripple events. It is called when a focus touch event ends, providing the advantage of knowing when a series of focus touch ripple events has concluded.
Implementation
final VoidCallback? onFocusEnd;