fix typo in bottom navigation bar docs (#58780)

This commit is contained in:
Juyeong Lee 2020-06-13 04:35:03 +09:00 committed by GitHub
parent 38c33d9c48
commit d350f4194e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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