change the documentation of bottom navigation bar (#67218)
This commit is contained in:
committed by
GitHub
parent
6e5f9ed94d
commit
3a00c4e73c
@@ -21,7 +21,7 @@ import 'framework.dart';
|
||||
class BottomNavigationBarItem {
|
||||
/// Creates an item that is used with [BottomNavigationBar.items].
|
||||
///
|
||||
/// The argument [icon] should not be null and the argument [title] should not be null when used in a Material Design's [BottomNavigationBar].
|
||||
/// The argument [icon] should not be null and the argument [label] should not be null when used in a Material Design's [BottomNavigationBar].
|
||||
const BottomNavigationBarItem({
|
||||
required this.icon,
|
||||
@Deprecated(
|
||||
|
||||
Reference in New Issue
Block a user