PersistentBottomNavBar
PersistentBottomNavBar copied to clipboard
Passing arguments with pushNamed is alway null
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], );