Flutter: send Data from TabBarView (StatefullWidgets) back to main Scaffold
问题 I want to create an App with Tabs to get the users input. The Problem is, that the different Tabs get different inputs, but i have to collect the inputs for the Database. My idea her was, that the main Scaffhold collects the inputs from all Tabs and write it in a database! My Problem is, that i dont know to send data from the tab (statefullWidget in an other file) to the parent class (Scaffold) or run a function from there! Please help me and sorry for my bad english! Jonas 回答1: You can pass