menu
feed package
documentation
swipeFeedCard/swipe_feed_card.dart
SwipeFeedCard<T>
canExpand property
canExpand property
dark_mode
light_mode
canExpand
property
bool
Function
(
T
)
?
canExpand
final
If the card can take up the screen and go passed its bounds
Implementation
final bool Function(T)? canExpand;
feed package
documentation
swipeFeedCard/swipe_feed_card
SwipeFeedCard<T>
canExpand property
SwipeFeedCard class