focusReactParams property

FocusReactParams? focusReactParams
final

React to focus.

Really, this is meant primarily for text fields. The dropdown will show when focusNode.hasFocus is true. Works both when the widget is tapped or when the focus is triggered programmatically.

Implementation

final FocusReactParams? focusReactParams;