loader_search_bar
loader_search_bar
SearchBarState
onSearchAction method
onSearchAction
SearchBarState class
Constructors
SearchBarState
Properties
activated
currentOrientation
expanded
focused
isClearingQuery
loaderQuery
queryInputController
queryNotEmpty
searchFocusNode
context
hashCode
mounted
runtimeType
widget
Methods
build
dispose
initState
onCancelSearch
onClearQuery
onPrefixSearchTap
onSearchAction
onTextChange
onTextSubmit
onWillPop
deactivate
debugFillProperties
didChangeDependencies
didUpdateWidget
noSuchMethod
reassemble
setState
toDiagnosticsNode
toString
toStringShort
Operators
operator ==
onSearchAction method
void
onSearchAction
(
)
Implementation
void onSearchAction() { setState(() { expanded = true; }); }