YaruWidgetTester extension

Convenient high-level widget tester extensions for buttons and alike.

on

Methods

tapButton(dynamic text) Future<void>
Taps a button specified by its text.
tapRadio<T>(T value) Future<void>
Taps a radio specified by its value.
toggleButton(dynamic text, bool value) Future<void>
Toggles a button specified by its text to ensure the given value.