You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was implemented in 1.7.1 using the widget FocusableActionDetector. All the inputs can now be focused using the keyboard, and be pressed using enter and space. The widget NavigationPaneBody was improved so that focus doesn't feel weird
Currently, we can only navigate using the mouse. This can be achieved using the
FocusManager
class:This code is from flutter/dropdown
If
_showHighlight
istrue
, we should change the widget decoration.The text was updated successfully, but these errors were encountered: