feat : map
This commit is contained in:
@@ -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),
|
||||
),
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user