direction vertical
This commit is contained in:
parent
f2cd070898
commit
fb34b41385
@ -293,6 +293,7 @@ class _ItemMenuState extends State<ItemMenu> with ShowErrorDialog {
|
|||||||
child: Wrap(
|
child: Wrap(
|
||||||
runSpacing: 4.0,
|
runSpacing: 4.0,
|
||||||
spacing: 4.0,
|
spacing: 4.0,
|
||||||
|
direction: Axis.vertical,
|
||||||
children: tags.map((String tag) {
|
children: tags.map((String tag) {
|
||||||
return Container(
|
return Container(
|
||||||
decoration: const BoxDecoration(
|
decoration: const BoxDecoration(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user