const constructure

This commit is contained in:
Efril
2026-03-01 20:02:12 +07:00
parent 5058f99fe0
commit e625bd3d2a
142 changed files with 817 additions and 760 deletions
@@ -28,7 +28,7 @@ class PageTitle extends StatelessWidget {
Container(
height: context.deviceHeight * 0.123,
padding: const EdgeInsets.symmetric(horizontal: 16.0, vertical: 12.0),
decoration: BoxDecoration(
decoration: const BoxDecoration(
color: AppColor.white,
border: Border(
bottom: BorderSide(color: AppColor.border, width: 1.0),
@@ -39,13 +39,13 @@ class PageTitle extends StatelessWidget {
if (isBack) ...[
GestureDetector(
onTap: () => context.router.maybePop(),
child: Icon(
child: const Icon(
Icons.arrow_back,
color: AppColor.primary,
size: 24,
),
),
SpaceWidth(16),
const SpaceWidth(16),
],
Expanded(
child: Column(