push functions static data

This commit is contained in:
ashrafzarkanisala
2024-06-26 02:18:15 +03:00
parent 6413d2b876
commit 3ddd4ed197
34 changed files with 1044 additions and 120 deletions

View File

@ -43,10 +43,12 @@ class DefaultScaffold extends StatelessWidget {
AppBar(
backgroundColor: Colors.transparent,
centerTitle: true,
title: BodyLarge(
text: title ?? "",
fontColor: ColorsManager.secondaryColor,
fontWeight: FontsManager.bold,
title: FittedBox(
child: BodyLarge(
text: title ?? "",
fontColor: ColorsManager.secondaryColor,
fontWeight: FontsManager.bold,
),
),
actions: actions,
leading: leading,