SwipeFeedCardState constructor

SwipeFeedCardState({
  1. required FeedCardState state,
  2. required bool displayOverlayCardDelegate,
  3. SimulationDelegate? simulationDelegate,
})

Implementation

SwipeFeedCardState({
  required this.state,
  required this.displayOverlayCardDelegate,
  this.simulationDelegate
});