feat : app bar in app and inner state icon

This commit is contained in:
2025-06-15 09:08:09 +03:30
parent 964f94cb32
commit 50be255f42
5 changed files with 36 additions and 7 deletions

View File

@@ -14,6 +14,7 @@ class RootPage extends GetView<RootLogic> {
backgroundColor: AppColor.bgLight,
appBar: RAppBar(
title: 'رصدطیور',
iconTitle: Assets.vec.chickenSvg.path,
titleTextStyle:AppFonts.yekan16Bold.copyWith(color: Colors.white),
centerTitle: true,
hasBack: false,
@@ -107,7 +108,7 @@ class RootPage extends GetView<RootLogic> {
child: _informationLabelCard(
title: 'داخل استان',
description: '2،225،256',
iconPath: Assets.vec.cubeSearchSvg.path,
iconPath: Assets.vec.a3dCubeSquareSvg.path,
iconColor: const Color(0xFF6C5D60),
bgDescriptionColor: const Color(0xFFEDDCE0),
bgLabelColor: const Color(0xFFDDC0C7),