menu
swipable_card package
documentation
swipecards.dart
SwipeCards<T>
items property
items property
dark_mode
light_mode
items
property
List
<
T
>
items
final
The list of items that will be shown as swipeable cards.
Implementation
final List<T> items;
swipable_card package
documentation
swipecards
SwipeCards<T>
items property
SwipeCards class