Unverified Commit d350f419 authored by Juyeong Lee's avatar Juyeong Lee Committed by GitHub

fix typo in bottom navigation bar docs (#58780)

parent 38c33d9c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment