FloatingSearchBarController class

A controller for a FloatingSearchBar.

Constructors

FloatingSearchBarController()
Creates a controller for a FloatingSearchBar.

Properties

hashCode int
The hash code for this object.
no setterinherited
isClosed bool
Whether the FloatingSearchBar is currently closed/collapsed.
no setter
isHidden bool
Whether the FloatingSearchBar is currently not visible.
no setter
isOpen bool
Whether the FloatingSearchBar is currently opened/expanded.
no setter
isVisible bool
Whether the FloatingSearchBar is currently not hidden.
no setter
query String
The current query of the FloatingSearchBar.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear() → void
Cleares the current query.
close() → void
Closes/Collapses the FloatingSearchBar.
dispose() → void
Disposes this controller.
hide() → void
Visually hides the FloatingSearchBar.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open() → void
Opens/Expands the FloatingSearchBar.
show() → void
Visually reveals the FloatingSearchBar when it was previously hidden via hide.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited