From df13beb58a60494a8fca3e87b5f2f34d35577f1f Mon Sep 17 00:00:00 2001 From: Edouard Marquez Date: Sat, 3 Sep 2022 16:59:57 +0200 Subject: [PATCH] Vertical order for edit_product_form_item_exit_confirmation --- packages/smooth_app/lib/pages/product/simple_input_page.dart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/smooth_app/lib/pages/product/simple_input_page.dart b/packages/smooth_app/lib/pages/product/simple_input_page.dart index 521e2b28865..405d4e65b0f 100644 --- a/packages/smooth_app/lib/pages/product/simple_input_page.dart +++ b/packages/smooth_app/lib/pages/product/simple_input_page.dart @@ -1,4 +1,5 @@ import 'dart:convert'; + import 'package:auto_size_text/auto_size_text.dart'; import 'package:flutter/material.dart'; import 'package:flutter_gen/gen_l10n/app_localizations.dart'; @@ -181,6 +182,8 @@ class _SimpleInputPageState extends State { .edit_product_form_item_exit_confirmation_positive_button, onPressed: () => Navigator.pop(context, true), ), + actionsAxis: Axis.vertical, + actionsOrder: SmoothButtonsBarOrder.numerical, ), ); if (pleaseSave == null) {