menu
flutter_test_behavior package
documentation
flutter_test_behavior
UserEvent
tap method
tap
brightness_4
tap
method
Null safety
Future
<
void
>
tap
(
)
Implementation
Future<void> tap() async { await tester.tap(_finder); }
flutter_test_behavior package
documentation
flutter_test_behavior
UserEvent
tap method
UserEvent class
Constructors
UserEvent
Properties
hashCode
key
runtimeType
tester
text
Methods
erase
noSuchMethod
tap
toString
type
widget
Operators
operator ==