mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
fix typo in bottom navigation bar docs (#58780)
This commit is contained in:
parent
38c33d9c48
commit
d350f4194e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user