mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 23:08:59 +00:00
Add a SearchAnchor example to experimental demo (#1722)
This commit is contained in:
@@ -93,6 +93,9 @@ void main() {
|
||||
// Tabs
|
||||
expect(find.byType(TabBar), findsOneWidget);
|
||||
|
||||
// Search
|
||||
expect(find.byType(SearchBar), findsOneWidget);
|
||||
|
||||
// Top app bars
|
||||
expect(find.byType(AppBar), findsNWidgets(6));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user