FocusableItem class abstract

A focusable component that can publish to the focusmove stream in order to move focus to another element in the list.

Implemented types
Implementers

Constructors

FocusableItem()

Properties

focusmove Stream<FocusMoveEvent>
The item publishes to this stream in order to move focus to another item.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tabbable bool
Moves focus item into (tabIndex='0') or out of (tabIndex='-1') tab order.
no getter

Methods

focus() → void
Item/component focuses itself
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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