livecare insurance navigation issue fixed

merge-update-with-lab-changes
haroon amjad 1 year ago
parent 21fda7987a
commit 7842f95d7b

@ -443,8 +443,9 @@ class _LiveCarePatmentPageState extends State<LiveCarePatmentPage> {
context, context,
MaterialPageRoute(builder: (context) => LandingPage()), MaterialPageRoute(builder: (context) => LandingPage()),
(Route<dynamic> route) => false, (Route<dynamic> route) => false,
); ).then((value) {
Navigator.push(context, FadePage(page: InsuranceUpdate())); Navigator.push(context, FadePage(page: InsuranceUpdate()));
});
}, },
color: Color(0xffEAA118), color: Color(0xffEAA118),
textColor: Colors.white, textColor: Colors.white,

Loading…
Cancel
Save