parent
11a54dee01
commit
ac2c8fec34
@ -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)
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user