PersistentBottomNavBar icon indicating copy to clipboard operation
PersistentBottomNavBar copied to clipboard

Passing arguments with pushNamed is alway null

Open alexaung opened this issue 4 years ago • 0 comments

Hi, I am trying to pass arguments to next screen. I tried it as below but always null.

May I know how to pass arguments?

Navigator.of(context).pushNamed( AlbumScreen.routeName, arguments: monkState.monks[index], );

alexaung avatar Oct 26 '21 06:10 alexaung