fix bugs for passo navigation screen
parent
09b4071ae2
commit
f109fa3b2a
|
@ -646,7 +646,9 @@ class _DashBoardState extends State<DashBoard> {
|
||||||
title: e.object.name == 'Real Property'
|
title: e.object.name == 'Real Property'
|
||||||
? "Field Surveyor"
|
? "Field Surveyor"
|
||||||
: e.object.name!,
|
: e.object.name!,
|
||||||
ontap: () {})
|
ontap: () {
|
||||||
|
Navigator.pushNamed(context, '/passo-home');
|
||||||
|
})
|
||||||
: Container(
|
: Container(
|
||||||
color: Colors.black,
|
color: Colors.black,
|
||||||
));
|
));
|
||||||
|
|
Loading…
Reference in New Issue