InputHistoryController class

Constructors

InputHistoryController()

Properties

getHistory → InputHistoryItems?
no setter
hashCode int
The hash code for this object.
no setterinherited
list StreamController<InputHistoryItems?>
getter/setter pair
listEmpty StreamController<bool>
getter/setter pair
listOpen StreamController<bool>
getter/setter pair
listShow StreamController<bool>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(String text) Future<void>
dispose() → void
filterHistory(String text) → void
hide() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(InputHistoryItem item) Future<void>
select(String text) → void
setup(String historyKey, int limit, dynamic _textEditingController, {List<String>? lockItems}) → void
show() → void
toggleExpand() → void
toString() String
A string representation of this object.
inherited

Operators

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