Skip to content

Commit

Permalink
Vertical order for edit_product_form_item_exit_confirmation (#2912)
Browse files Browse the repository at this point in the history
  • Loading branch information
g123k authored Sep 3, 2022
1 parent 2fdeda4 commit 6410b1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/smooth_app/lib/pages/product/simple_input_page.dart
Original file line number Diff line number Diff line change
@@ -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';
Expand Down Expand Up @@ -181,6 +182,8 @@ class _SimpleInputPageState extends State<SimpleInputPage> {
.edit_product_form_item_exit_confirmation_positive_button,
onPressed: () => Navigator.pop(context, true),
),
actionsAxis: Axis.vertical,
actionsOrder: SmoothButtonsBarOrder.numerical,
),
);
if (pleaseSave == null) {
Expand Down

0 comments on commit 6410b1f

Please sign in to comment.