Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. class Screen5 extends StatelessWidget {
  2. final String userName;
  3.  
  4. Screen5(this.userName);
  5.  
  6. @override
  7. Widget build(BuildContext context) {
  8. print(userName);
  9. ...
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement