FavoriteItemProps<T> class
Constructors
-
FavoriteItemProps({FavoriteItemsBuilder<
T> ? favoriteItemBuilder, FavoriteItems<T> ? favoriteItems, MainAxisAlignment favoriteItemsAlignment = MainAxisAlignment.start, bool showFavoriteItems = false}) -
const
Properties
-
favoriteItemBuilder
→ FavoriteItemsBuilder<
T> ? -
to customize favorites chips
final
-
favoriteItems
→ FavoriteItems<
T> ? -
favorites items list
final
- favoriteItemsAlignment → MainAxisAlignment
-
favorite items alignment
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showFavoriteItems → bool
-
show or hide favorites items
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