refactor : base page

This commit is contained in:
2025-09-25 17:25:55 +03:30
parent fd9de4f80c
commit 5ac8342bb3
30 changed files with 471 additions and 455 deletions

View File

@@ -30,7 +30,8 @@ RAppBar chickenAppBar({
onNewsTap: onNewsTap,
backgroundColor: AppColor.blueNormal,
children: [
Text('رصدطیور', style: AppFonts.yekan16Bold),
const SizedBox(width: 6),
Text('رصدطیور', style: AppFonts.yekan16Bold.copyWith(color: Colors.white)),
const SizedBox(width: 6),
Assets.vec.chickenSvg.svg(height: 24, width: 24),
],