pumpWidget property

PumpWidgetFunction<T>? pumpWidget
final

Use pumpWidget to define your own function to pump widgets into the Flutter test environment. When omitted, testGameWidget simply will pass the created game widget instance to the test.

Implementation

final PumpWidgetFunction<T>? pumpWidget;