feat: flow subscribe product
This commit is contained in:
@@ -228,7 +228,7 @@ class _HomeViewState extends State<HomeView> {
|
||||
children: listPortofolioType.asMap().entries.map((e) {
|
||||
return GestureDetector(
|
||||
onTap: () {
|
||||
routePush(context, page: InvestTypeView(e.value.name));
|
||||
routePush(context, page: InvestTypeView(title: e.value.name));
|
||||
},
|
||||
child: Container(
|
||||
color: Colors.white,
|
||||
|
||||
Reference in New Issue
Block a user