Initial commit for service

This commit is contained in:
Hamza-Ayed
2026-01-20 23:36:57 +03:00
parent 66ae6c0ddb
commit ad2511bd96
34 changed files with 3757 additions and 4761 deletions

View File

@@ -42,7 +42,8 @@ class MyScaffold extends StatelessWidget {
actions: [action],
title: Text(
title,
style: AppStyle.title.copyWith(fontSize: 30),
style: AppStyle.title
.copyWith(fontSize: 20, fontWeight: FontWeight.bold),
),
),
body: SafeArea(child: Stack(children: body)));