2 Answers. Show activity on this post. Let say you want to use id and collectionName in its corresponding state class _IndividualSignupPage1State you can access it using “widget ” property like, appBar: AppBar(title: Text(widget.id)), **OR** appBar: AppBar(title: Text(widget.