FluentAutoSuggestBoxItem<T> class

Represents a single item in the auto suggest box

Constructors

FluentAutoSuggestBoxItem({required T value, required String label, Widget? child, Widget? subtitle, ValueChanged<bool>? onFocusChange, VoidCallback? onSelected, String? semanticLabel, bool enabled = true})

Properties

child Widget?
final
enabled bool
final
hashCode int
The hash code for this object.
no setteroverride
isSelected bool
getter/setter pair
label String
final
onFocusChange ValueChanged<bool>?
final
onSelected VoidCallback?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
semanticLabel String?
final
subtitle Widget?
final
value → T
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.
override