ScreenDetector constructor
const
ScreenDetector({})
Implementation
const ScreenDetector({
Key? key,
// super.key,
required this.child,
this.onLongPressAndMove,
this.duration = const Duration(milliseconds: 500),
this.destroy,
this.onLongPress,
}) : super(key: key);