SuggestedItemProps<T> class
Constructors
-
SuggestedItemProps.new({FavoriteItemsBuilder<
T> ? suggestedItemBuilder, SuggestedItems<T> ? suggestedItems, MainAxisAlignment suggestedItemsAlignment = MainAxisAlignment.start, bool showSuggestedItems = false, ClickProps itemClickProps = const ClickProps(), ScrollProps scrollProps = const ScrollProps(scrollDirection: Axis.horizontal)}) -
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- itemClickProps → ClickProps
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scrollProps → ScrollProps
-
final
- showSuggestedItems → bool
-
show or hide favorites items
final
-
suggestedItemBuilder
→ FavoriteItemsBuilder<
T> ? -
to customize favorites chips
final
-
suggestedItems
→ SuggestedItems<
T> ? -
favorites items list
final
- suggestedItemsAlignment → MainAxisAlignment
-
favorite items alignment
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