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