I just made a flutter project. how to make one expandable as master then the content can change according to what we call
what I mean is something like this:
main () {
body: column [
myMasterExpand (mycontent1 ()),
myMasterExpand (mycontent2 ()),
];
}
class myMasterExpand () {}
class mycontent1 () {}
class mycontent2 () {}
question from:https://stackoverflow.com/questions/65660539/how-to-make-one-widget-as-master-in-flutter