From 9c8ab53188b0b49eef96ce1efe457ddb361505b4 Mon Sep 17 00:00:00 2001 From: "mr.mojtaba" Date: Sun, 13 Jul 2025 11:51:34 +0330 Subject: [PATCH] fix : ui change's in sale --- .../lib/presentation/pages/sale/view.dart | 22 +++++++++++++------ 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/packages/chicken/lib/presentation/pages/sale/view.dart b/packages/chicken/lib/presentation/pages/sale/view.dart index 3e6f697..12710e7 100644 --- a/packages/chicken/lib/presentation/pages/sale/view.dart +++ b/packages/chicken/lib/presentation/pages/sale/view.dart @@ -45,8 +45,6 @@ class SalePage extends GetView { ); } - - Widget addSaleOutOfTheProvinceBottomSheet() { return BaseBottomSheet( child: Column( @@ -54,7 +52,10 @@ class SalePage extends GetView { const SizedBox(height: 20), Align( alignment: Alignment.centerRight, - child: Text('ثبت فروش خارج استان', style: AppFonts.yekan16Bold.copyWith(color: AppColor.blueNormal)), + child: Text( + 'ثبت فروش خارج استان', + style: AppFonts.yekan16Bold.copyWith(color: AppColor.blueNormal), + ), ), SizedBox(height: 4), RElevated(text: 'ثبت توزیع/ فروش', onPressed: () {}), @@ -88,9 +89,11 @@ class SalePage extends GetView { children: [ Positioned( top: -41, - child: SvgGenImage.vec( - iconPath, - ).svg(width: 45, height: 45, colorFilter: ColorFilter.mode(foregroundColor, BlendMode.srcIn)), + child: SvgGenImage.vec(iconPath).svg( + width: 45, + height: 45, + colorFilter: ColorFilter.mode(foregroundColor, BlendMode.srcIn), + ), ), Assets.vec.shoppingBasketSvg.svg( @@ -120,7 +123,12 @@ class SalePage extends GetView { Padding( padding: const EdgeInsets.symmetric(horizontal: 8), child: Row( - children: [Text('خلاصه اطلاعات', style: AppFonts.yekan16Bold.copyWith(color: AppColor.blueNormal))], + children: [ + Text( + 'خلاصه اطلاعات', + style: AppFonts.yekan16Bold.copyWith(color: AppColor.blueNormal), + ), + ], ), ), Container(