CreateGolden extension
- on
Methods
-
createGolden(
NvGoldenBase nvGolden, String goldenName, {Future< void> afterPump()?}) → Future<void> -
Available on WidgetTester, provided by the CreateGolden extension
-
createSequenceGolden(
NvGoldenSingular nvGolden, String name, {List< NvGesture> ? gestures, Future<void> afterPump()?, Color touchColor = Colors.orange}) → Future<void> -
Available on WidgetTester, provided by the CreateGolden extension
-
pumpSequence(
NvGoldenSingular nvGolden) → Future< void> -
Available on WidgetTester, provided by the CreateGolden extension
Pumps the initial Widget for a Sequence. Needs to be called before the first createSequenceGolden call in your test.