onFocusStart property

VoidCallback? onFocusStart
final

The callback function is a lifecycle callback for focus touch ripple events. It is called when a focus touch event starts, allowing for the initiation of actions based on the beginning of the focus event sequence.

Implementation

final VoidCallback? onFocusStart;