tap method

Future<void> tap()

Implementation

Future<void> tap() async {
  await tester.tap(_finder);
}