FavoriteItemProps<T> constructor

const FavoriteItemProps<T>({
  1. FavoriteItemsBuilder<T>? favoriteItemBuilder,
  2. FavoriteItems<T>? favoriteItems,
  3. MainAxisAlignment favoriteItemsAlignment = MainAxisAlignment.start,
  4. bool showFavoriteItems = false,
})

Implementation

const FavoriteItemProps({
  this.favoriteItemBuilder,
  this.favoriteItems,
  this.favoriteItemsAlignment = MainAxisAlignment.start,
  this.showFavoriteItems = false,
});