Browse Source

fix

develop
sina 2 weeks ago
parent
commit
2efe7e2e9a
  1. 11
      lib/features/home/presentation/ui/home_page.dart

11
lib/features/home/presentation/ui/home_page.dart

@ -157,11 +157,12 @@ class _HomePageState extends State<HomePage> {
right: MySpaces.s16,
child: SafeArea(
child: isArabic
? Row(
? Flex(
direction: Axis.horizontal,
mainAxisAlignment: MainAxisAlignment.center,
children: [
Expanded(
flex: 4,
SizedBox(
width: 0.48.w,
child: MyYellowButton(
onTap: () {
context.read<HomeBloc>().goToLevelPage(context);
@ -170,8 +171,8 @@ class _HomePageState extends State<HomePage> {
),
),
const SizedBox(width: 20),
Expanded(
flex: 3,
SizedBox(
width: 0.38.w,
child: MyWhiteButton(
title: 'تبرع',
onTap: () {

Loading…
Cancel
Save