CommandPaletteWindow class final

Inclusive-exclusive window of filtered items that should stay on screen.

Constructors

CommandPaletteWindow({required int start, required int end, required int selectedIndex, required int itemCount, required int viewportSize})
const

Properties

end → int
Last visible item index, exclusive.
final
hashCode → int
The hash code for this object.
no setterinherited
hasMoreAbove → bool
no setter
hasMoreBelow → bool
no setter
isEmpty → bool
no setter
itemCount → int
final
length → int
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
selectedIndex → int
final
start → int
First visible item index, inclusive.
final
viewportSize → int
final

Methods

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