refactor : base page

This commit is contained in:
2025-09-24 21:42:22 +03:30
parent 19802e913c
commit fd9de4f80c
43 changed files with 400 additions and 268 deletions

View File

@@ -11,7 +11,7 @@ class AddSupervisionPage extends GetView<AddSupervisionLogic> {
Widget build(BuildContext context) {
return Scaffold(
backgroundColor: AppColor.lightGreyLight,
appBar: RAppBar(
/* appBar: RAppBar(
title: 'ایجاد بازرسی',
leading: Assets.vec.messageAddSvg.svg(
width: 16,
@@ -21,7 +21,7 @@ class AddSupervisionPage extends GetView<AddSupervisionLogic> {
BlendMode.srcIn,
),
),
),
),*/
body: Column(
crossAxisAlignment: CrossAxisAlignment.start,