SelectOneBloc<T> class
Constructors
-
SelectOneBloc(List<
T> ? items, Future<List< onFind(String text)?, TextEditingController? findController)T> ?>
Properties
-
filteredListOut
↔ Stream<
List< T> ?> -
getter/setter pair
- filterValue → String
-
no setter
- findController ↔ TextEditingController
-
getter/setter pair
- focusNode → FocusNode
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scrollController → ScrollController
-
final
Methods
-
dispose(
) → void -
filter(
List< T> ? list, String filter) → List<T> ? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onTextChanged(
String filter) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited