From d350f4194e5e9b03271eef4a9486cfacf05559e7 Mon Sep 17 00:00:00 2001 From: Juyeong Lee Date: Sat, 13 Jun 2020 04:35:03 +0900 Subject: [PATCH] fix typo in bottom navigation bar docs (#58780) --- packages/flutter/lib/src/material/bottom_navigation_bar.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/material/bottom_navigation_bar.dart b/packages/flutter/lib/src/material/bottom_navigation_bar.dart index 1e52b1775ab..fc5c89c5b36 100644 --- a/packages/flutter/lib/src/material/bottom_navigation_bar.dart +++ b/packages/flutter/lib/src/material/bottom_navigation_bar.dart @@ -165,7 +165,7 @@ class BottomNavigationBar extends StatefulWidget { /// former is preferred, [fixedColor] only exists for the sake of /// backwards compatibility. /// - /// The [showSelectedLabels] argument must not be non-null. + /// The [showSelectedLabels] argument must be non-null. /// /// The [showUnselectedLabels] argument defaults to `true` if [type] is /// [BottomNavigationBarType.fixed] and `false` if [type] is