Commit ac2c8fec authored by Adam Barth's avatar Adam Barth

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

Fixes #3759
parent 11a54dee
...@@ -419,7 +419,7 @@ class _DropDownButtonState<T> extends State<DropDownButton<T>> { ...@@ -419,7 +419,7 @@ class _DropDownButtonState<T> extends State<DropDownButton<T>> {
children: config.items, children: config.items,
key: _itemKey, key: _itemKey,
index: _selectedIndex, index: _selectedIndex,
alignment: FractionalOffset.topCenter alignment: FractionalOffset.centerLeft
), ),
new Icon(icon: Icons.arrow_drop_down, size: 36.0) new Icon(icon: Icons.arrow_drop_down, size: 36.0)
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment