testWidgets('Contents bottom padding are not consumed by viewInsets when resizeToAvoidBottomInset overridden',(WidgetTestertester)async{
testWidgetsWithLeakTracking('Contents bottom padding are not consumed by viewInsets when resizeToAvoidBottomInset overridden',(WidgetTestertester)async{
constWidgetchild=CupertinoPageScaffold(
resizeToAvoidBottomInset:false,
navigationBar:CupertinoNavigationBar(
...
...
@@ -198,7 +199,7 @@ void main() {
expect(initialPoint,finalPoint);
});
testWidgets('Contents are between opaque bars',(WidgetTestertester)async{
testWidgetsWithLeakTracking('Contents are between opaque bars',(WidgetTestertester)async{