Skip to content

Instantly share code, notes, and snippets.

@lishuhao
Created August 27, 2017 08:28
Show Gist options
  • Select an option

  • Save lishuhao/eac61d181c5b351ec79566ffe35f7366 to your computer and use it in GitHub Desktop.

Select an option

Save lishuhao/eac61d181c5b351ec79566ffe35f7366 to your computer and use it in GitHub Desktop.
BottomNavigationBarItem
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