Merge pull request 'added sized box' (#203) from m_notification into main

Reviewed-on: https://repo.ravanertebat.com/TM/tm_app/pulls/203
This commit is contained in:
a.ghabeli
2025-10-05 10:29:40 +03:30
@@ -127,6 +127,7 @@ class _MobileNotificationPageState extends State<MobileNotificationPage>
), ),
), ),
), ),
SizedBox(height: 12.0.h()),
Expanded( Expanded(
child: TabBarView( child: TabBarView(
controller: controller, controller: controller,