direction vertical

This commit is contained in:
Valentin CZERYBA 2024-10-20 11:46:51 +02:00
parent f2cd070898
commit fb34b41385

View File

@ -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(