Fix typos in the [BottomNavigationBar] document (#67811)
This commit is contained in:
parent
eefcff900c
commit
d914d5d2f9
@ -314,10 +314,10 @@ class BottomNavigationBar extends StatefulWidget {
|
|||||||
/// Defaults to `12.0`.
|
/// Defaults to `12.0`.
|
||||||
final double unselectedFontSize;
|
final double unselectedFontSize;
|
||||||
|
|
||||||
/// Whether the labels are shown for the selected [BottomNavigationBarItem].
|
/// Whether the labels are shown for the unselected [BottomNavigationBarItem]s.
|
||||||
final bool? showUnselectedLabels;
|
final bool? showUnselectedLabels;
|
||||||
|
|
||||||
/// Whether the labels are shown for the unselected [BottomNavigationBarItem]s.
|
/// Whether the labels are shown for the selected [BottomNavigationBarItem].
|
||||||
final bool showSelectedLabels;
|
final bool showSelectedLabels;
|
||||||
|
|
||||||
/// The cursor for a mouse pointer when it enters or is hovering over the
|
/// The cursor for a mouse pointer when it enters or is hovering over the
|
||||||
|
@ -91,12 +91,12 @@ class BottomNavigationBarThemeData with Diagnosticable {
|
|||||||
/// See [BottomNavigationBar.unselectedLabelStyle].
|
/// See [BottomNavigationBar.unselectedLabelStyle].
|
||||||
final TextStyle? unselectedLabelStyle;
|
final TextStyle? unselectedLabelStyle;
|
||||||
|
|
||||||
/// Whether the labels are shown for the unselected [BottomNavigationBarItem]s.
|
/// Whether the labels are shown for the selected [BottomNavigationBarItem].
|
||||||
///
|
///
|
||||||
/// See [BottomNavigationBar.showSelectedLabels].
|
/// See [BottomNavigationBar.showSelectedLabels].
|
||||||
final bool? showSelectedLabels;
|
final bool? showSelectedLabels;
|
||||||
|
|
||||||
/// Whether the labels are shown for the selected [BottomNavigationBarItem].
|
/// Whether the labels are shown for the unselected [BottomNavigationBarItem]s.
|
||||||
///
|
///
|
||||||
/// See [BottomNavigationBar.showUnselectedLabels].
|
/// See [BottomNavigationBar.showUnselectedLabels].
|
||||||
final bool? showUnselectedLabels;
|
final bool? showUnselectedLabels;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user