DeviceExt extension

on

Methods

pumpDeviceAndMatch({required String groupTitle, required DeviceBuilder builder, Future gestureBuilder()?, bool? autoHeight = true, Iterable<LocalizationsDelegate>? localizationsDelegates, Iterable<Locale>? supportedLocales, WildnessProperties? config, TextStyle? defaultTextStyle, Color? primaryColor}) Future<void>

Available on WidgetTester, provided by the DeviceExt extension

pumpWidgetAndMatchWithGesture({required String groupTitle, required GoldenBuilder builder, Future gestureBuilder()?, bool? autoHeight = true, Size? surfaceSize, double? textScaleSize, Iterable<LocalizationsDelegate>? localizationsDelegates, Iterable<Locale>? supportedLocales, WildnessProperties? config, TextStyle? defaultTextStyle, Color? primaryColor}) Future<void>

Available on WidgetTester, provided by the DeviceExt extension

screenMatchesName(String groupTitle) String

Available on WidgetTester, provided by the DeviceExt extension