-
-
Save lishuhao/eac61d181c5b351ec79566ffe35f7366 to your computer and use it in GitHub Desktop.
BottomNavigationBarItem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| new BottomNavigationBarItem( | |
| icon: new Stack( | |
| overflow: Overflow.visible, | |
| alignment: FractionalOffset.topRight, | |
| children: <Widget>[ | |
| const Icon(Icons.shopping_cart), | |
| new Positioned(child: new Text('12'),right: -8.0,top: -8.0,) | |
| ], | |
| ), | |
| title: new Text('购物车') | |
| ), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment