@@ -651,7 +651,7 @@ Widget ProductWidget({
|
||||
ProductsController productsController = Get.put(ProductsController());
|
||||
return InkWell(
|
||||
onTap: () {
|
||||
mainController.selectedIndex.value == 1;
|
||||
mainController.updateTab(1);
|
||||
if (text == "Swing Trade") {
|
||||
productsController.selectedIndex.value = 0;
|
||||
} else if (text == "Options") {
|
||||
|
||||
@@ -161,12 +161,14 @@ class _KycState extends State<Kyc> {
|
||||
child: Scaffold(
|
||||
appBar: CommonAppbar(
|
||||
titleTxt: "KYC",
|
||||
customActionWidget: InkWell(
|
||||
onTap: () {
|
||||
Get.toNamed(RouteName.updateriskprofile);
|
||||
},
|
||||
child: text16W400("skip"),
|
||||
),
|
||||
customActionWidget: fromScreen == "sidemenu-flow"
|
||||
? SizedBox()
|
||||
: InkWell(
|
||||
onTap: () {
|
||||
Get.toNamed(RouteName.updateriskprofile);
|
||||
},
|
||||
child: text16W400("skip"),
|
||||
),
|
||||
),
|
||||
backgroundColor: Colors.black,
|
||||
extendBody: true,
|
||||
|
||||
Reference in New Issue
Block a user