Left-align contents of drop-down button (#3775)

Fixes #3759
This commit is contained in:
Adam Barth 2016-05-06 13:07:05 -07:00
parent 11a54dee01
commit ac2c8fec34

View File

@ -419,7 +419,7 @@ class _DropDownButtonState<T> extends State<DropDownButton<T>> {
children: config.items,
key: _itemKey,
index: _selectedIndex,
alignment: FractionalOffset.topCenter
alignment: FractionalOffset.centerLeft
),
new Icon(icon: Icons.arrow_drop_down, size: 36.0)
]