SwipeFeedCardState constructor
SwipeFeedCardState({
- required FeedCardState state,
- required bool displayOverlayCardDelegate,
- SimulationDelegate? simulationDelegate,
Implementation
SwipeFeedCardState({
required this.state,
required this.displayOverlayCardDelegate,
this.simulationDelegate
});