mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-26 19:14:54 +00:00
push functions static data
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user