MeshErrorScope constructor
const
MeshErrorScope({
- Key? key,
- required Widget child,
- bool remoteReportingEnabled = kReleaseMode,
- MeshErrorMessageResolver? messageResolver,
- Duration displayDuration = const Duration(seconds: 4),
Implementation
const MeshErrorScope({
super.key,
required this.child,
this.remoteReportingEnabled = kReleaseMode,
this.messageResolver,
this.displayDuration = const Duration(seconds: 4),
});