DiscoveredScreen constructor
DiscoveredScreen({
- required String name,
- required Map<
String, dynamic> widgetTree, - required List<
WidgetIssue> issues, - required int totalWidgets,
- required int maxDepth,
- ScreenPerformance? performance,
Implementation
DiscoveredScreen({
required this.name,
required this.widgetTree,
required this.issues,
required this.totalWidgets,
required this.maxDepth,
this.performance,
this.navigatedVia,
});