From e96429fe05bfb2665f3de16d72c6913c2525196d Mon Sep 17 00:00:00 2001 From: "DESKTOP-I3JPKHK\\wy" <1111> Date: Mon, 29 Sep 2025 09:29:28 +0800 Subject: [PATCH] 11111 --- .../components/dropdown_switch_students_type.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/making_school_asignment_app/lib/page/home_page/children/homework_review/components/dropdown_switch_students_type.dart b/making_school_asignment_app/lib/page/home_page/children/homework_review/components/dropdown_switch_students_type.dart index a63f4be..838fbd0 100644 --- a/making_school_asignment_app/lib/page/home_page/children/homework_review/components/dropdown_switch_students_type.dart +++ b/making_school_asignment_app/lib/page/home_page/children/homework_review/components/dropdown_switch_students_type.dart @@ -88,7 +88,7 @@ class DropdownSwitchStudentsType extends StatelessWidget { ), SizedBox(width: _Constants.paddingMedium.w), const Expanded( - flex: 5, + flex: 6, child: Row( crossAxisAlignment: CrossAxisAlignment.center, mainAxisAlignment: MainAxisAlignment.spaceAround,