NvGoldenSingular constructor
The NvGolden class for single golden test with assertions as well as sequence testing
Implementation
NvGoldenSingular({
required this.widget,
required this.screen,
}) : uniqueKey = UniqueKey(),
super(wrap: (Widget child) => child);