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
@@ -30,7 +30,7 @@ class OrderTitle extends StatelessWidget {
title: title,
bottom: Container(
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),
@@ -53,7 +53,7 @@ class OrderTitle extends StatelessWidget {
),
],
),
SpaceHeight(16),
const SpaceHeight(16),
Row(
children: [
Expanded(
@@ -63,7 +63,7 @@ class OrderTitle extends StatelessWidget {
showLabel: false,
),
),
SpaceWidth(12),
const SpaceWidth(12),
GestureDetector(
onTap: () => DateRangePickerModal.show(
context: context,
@@ -78,7 +78,7 @@ class OrderTitle extends StatelessWidget {
color: AppColor.primary,
borderRadius: BorderRadius.circular(12),
),
child: Icon(
child: const Icon(
Icons.filter_list_outlined,
color: AppColor.white,
size: 24,