feat : map
This commit is contained in:
@@ -70,14 +70,14 @@ class _CupertinoSegmentedControlDemoState2
|
||||
decoration: BoxDecoration(
|
||||
borderRadius: BorderRadius.circular(50)
|
||||
),
|
||||
child: Text('لاشه', style: AppFonts.yekan13Regular),
|
||||
child: Text('لاشه', style: AppFonts.yekan13),
|
||||
),
|
||||
1: Container(
|
||||
padding: EdgeInsets.all(10),
|
||||
decoration: BoxDecoration(
|
||||
borderRadius: BorderRadius.circular(50)
|
||||
),
|
||||
child: Text('زنده', style: AppFonts.yekan13Regular),
|
||||
child: Text('زنده', style: AppFonts.yekan13),
|
||||
),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user