'systemNavigationBarColor is set when view covers more than half of navigation bar',
testWidgetsWithLeakTracking('systemNavigationBarColor is set when view covers more than half of navigation bar',
(WidgetTestertester)async{
setupTestDevice(tester);
constdoublemoreThanHalfOfTheNavigationBarHeight=
...
...
@@ -227,7 +219,7 @@ void main() {
);
});
testWidgets('Top AnnotatedRegion provides status bar overlay style and bottom AnnotatedRegion provides navigation bar overlay style',(WidgetTestertester)async{
testWidgetsWithLeakTracking('Top AnnotatedRegion provides status bar overlay style and bottom AnnotatedRegion provides navigation bar overlay style',(WidgetTestertester)async{