Dropdown class
A dropdown component.
- Inheritance
- Object
- Base
- Dropdown
Constructors
- Dropdown(Element element)
-
Construct a Dropdown object and wire it to
element
.
Properties
- $element → ElementQuery
-
The dquery object of element. Equivalent to $(element).
final, inherited
- element → Element
-
The element which component wires to.
final, inherited
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toggle(
) → void - Toggle the open/close state of the Dropdown.
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited