highlightMode property
inherited
Returns the FocusHighlightMode
that is currently in effect for this node.
Implementation
FocusHighlightMode get highlightMode => WidgetsBinding.instance.focusManager.highlightMode;
Returns the FocusHighlightMode
that is currently in effect for this node.
FocusHighlightMode get highlightMode => WidgetsBinding.instance.focusManager.highlightMode;