Unverified Commit a94e63a6 authored by Abhishek Ghaskata's avatar Abhishek Ghaskata Committed by GitHub

Add tab 2 callback (#80805)

parent f0d35600
......@@ -388,6 +388,9 @@ Future<void> main() async {
await tester.tap(find.text('Tab 1'));
expect(callbackTab, 0);
await tester.tap(find.text('Tab 2'));
expect(callbackTab, 1);
});
testWidgets('tabs announce semantics', (WidgetTester tester) async {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment