testWidgets('Tab contents bottom padding are not consumed by viewInsets when resizeToAvoidBottomInset overridden',(WidgetTestertester)async{
testWidgetsWithLeakTracking('Tab contents bottom padding are not consumed by viewInsets when resizeToAvoidBottomInset overridden',(WidgetTestertester)async{
finalWidgetchild=Localizations(
finalWidgetchild=Localizations(
locale:constLocale('en','US'),
locale:constLocale('en','US'),
delegates:const<LocalizationsDelegate<dynamic>>[
delegates:const<LocalizationsDelegate<dynamic>>[
...
@@ -485,7 +495,7 @@ void main() {
...
@@ -485,7 +495,7 @@ void main() {
expect(initialPoint,finalPoint);
expect(initialPoint,finalPoint);
});
});
testWidgets(
testWidgetsWithLeakTracking(
'Opaque tab bar consumes bottom padding while non opaque tab bar does not',
'Opaque tab bar consumes bottom padding while non opaque tab bar does not',
(WidgetTestertester)async{
(WidgetTestertester)async{
// Regression test for https://github.com/flutter/flutter/issues/43581.
// Regression test for https://github.com/flutter/flutter/issues/43581.
...
@@ -517,7 +527,7 @@ void main() {
...
@@ -517,7 +527,7 @@ void main() {
},
},
);
);
testWidgets('Tab and page scaffolds do not double stack view insets',(WidgetTestertester)async{
testWidgetsWithLeakTracking('Tab and page scaffolds do not double stack view insets',(WidgetTestertester)async{