We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22729f4 commit 20a2357Copy full SHA for 20a2357
packages/flutter/test/material/scaffold_test.dart
@@ -2034,7 +2034,7 @@ void main() {
2034
await tester.pumpAndSettle();
2035
});
2036
2037
- testWidgets('Floating Button', (WidgetTester tester) async {
+ testWidgets('FloatingActionButton always keeps the same position regardless of extendBodyBehindAppBar', (WidgetTester tester) async {
2038
await tester.pumpWidget(MaterialApp(
2039
home: Scaffold(
2040
appBar: AppBar(),
0 commit comments