feat : map

This commit is contained in:
2025-04-09 17:05:38 +03:30
parent e83388670c
commit 0286725ac6
41 changed files with 1120 additions and 91 deletions

View File

@@ -68,7 +68,7 @@ class _SystemDesignPageState extends State<SystemDesignPage> {
return ListTile(
title: Text(
"inputs",
style: AppFonts.yekan20Regular.copyWith(color: Colors.red),
style: AppFonts.yekan20.copyWith(color: Colors.red),
),
);
},
@@ -79,11 +79,11 @@ class _SystemDesignPageState extends State<SystemDesignPage> {
children: [
RTextField(
hintText: 'حجم کشتار را در روز به قطعه وارد کنید',
hintStyle: AppFonts.yekan13Regular,
hintStyle: AppFonts.yekan13,
),
RTextField(
label: 'تلفن مرغداری',
labelStyle: AppFonts.yekan10Regular,
labelStyle: AppFonts.yekan10,
),
],
),
@@ -98,7 +98,7 @@ class _SystemDesignPageState extends State<SystemDesignPage> {
return ListTile(
title: Text(
"tab",
style: AppFonts.yekan20Regular.copyWith(color: Colors.red),
style: AppFonts.yekan20.copyWith(color: Colors.red),
),
);
},
@@ -119,7 +119,7 @@ class _SystemDesignPageState extends State<SystemDesignPage> {
return ListTile(
title: Text(
"پیجینیشن",
style: AppFonts.yekan20Regular.copyWith(color: Colors.red),
style: AppFonts.yekan20.copyWith(color: Colors.red),
),
);
},
@@ -134,7 +134,7 @@ class _SystemDesignPageState extends State<SystemDesignPage> {
return ListTile(
title: Text(
"Outlined Fab ",
style: AppFonts.yekan20Regular.copyWith(color: Colors.green),
style: AppFonts.yekan20.copyWith(color: Colors.green),
),
);
},
@@ -166,7 +166,7 @@ class _SystemDesignPageState extends State<SystemDesignPage> {
return ListTile(
title: Text(
"Fab",
style: AppFonts.yekan20Regular.copyWith(color: Colors.green),
style: AppFonts.yekan20.copyWith(color: Colors.green),
),
);
},
@@ -234,7 +234,7 @@ class _SystemDesignPageState extends State<SystemDesignPage> {
return ListTile(
title: Text(
"دکمه ها",
style: AppFonts.yekan20Regular.copyWith(color: Colors.green),
style: AppFonts.yekan20.copyWith(color: Colors.green),
),
);
},