CreateGolden extension

on

Methods

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