Point it I have two StatefulWidget false as A and B, A wrapped a B in the state, The basic logic is that when A gets the data, it is thrown to B(ex: new B(p1);), Then ...