NativeLensScreenTrace constructor
const
NativeLensScreenTrace({})
Creates a screen trace wrapper for debug builds.
Implementation
const NativeLensScreenTrace({
super.key,
required this.screenName,
required this.filePath,
required this.routeName,
this.extra,
required this.child,
});