NetworkCaptureApp constructor
NetworkCaptureApp({})
Implementation
NetworkCaptureApp({
required this.child,
required this.navigatorKey,
this.enable = false,
this.designSize = const Size(375, 667),
super.key,
}) {
ncEnable = enable;
}