TapjackSnapshot constructor
TapjackSnapshot({})
Creates a TapjackSnapshot with the given overlay state.
Implementation
TapjackSnapshot({
required this.isOverlayDetected,
this.isPartialOverlay = false,
this.isTouchFilterEnabled = false,
});