feat :
1 - add mobile inspector fix : 1 - fix ui onTap location 2 - fix ui action
This commit is contained in:
@@ -79,6 +79,18 @@ backgroundColor:AppColor.bgLight,
|
||||
|
||||
),
|
||||
|
||||
SizedBox(
|
||||
height: 40,
|
||||
child: Row(
|
||||
spacing: 16,
|
||||
children: [
|
||||
Expanded(child: RElevated(text: 'ثبت', onPressed: (){})),
|
||||
Expanded(child:ROutlinedElevated(text: 'انصراف',onPressed: (){},) ),
|
||||
|
||||
],
|
||||
),
|
||||
)
|
||||
|
||||
],
|
||||
),
|
||||
) ,
|
||||
@@ -94,9 +106,11 @@ backgroundColor:AppColor.bgLight,
|
||||
Get.toNamed(SupervisionRoutes.supervisionDisplayInformation);
|
||||
},
|
||||
isFullWidth: true,
|
||||
height: 40,
|
||||
backgroundColor: AppColor.greenNormal,
|
||||
textStyle: AppFonts.yekan16.copyWith(color: Colors.white),
|
||||
),
|
||||
SizedBox(height: 25,)
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user