Please guide me on how can i perform this action in a better way.
I had the UI shown in the image below. When I click on view details I need to open the End Drawer. But the thing is when I pass the action parameter to View details to open the drawer. The drawer is disabled as it says The drawer is not present in the component
The Steps I have done
1) Created the Table Component in flutter-flow with the Last Column having the Icon placed in the container. Here I have added the action to open the custom Dialog as shown
This the component
2) I have created the AssetDetailsMenu component with View Action parameter.
3) ON tap the container with Icon in the last column of the Table. Opening the the custom Dialog of AssetDetailsMenu and passing the view action parameter.
Passing the action Parameter and in the action, I am not able to open the drawer as it says "THERE IS NO DRAWER ON THIS PAGE"
4) I have the drawer on the asset Page not in the component.