MyInternalWidget constructor
const
MyInternalWidget({})
Implementation
const MyInternalWidget({
super.key,
this.tabBar,
required this.child,
this.endContainer,
this.appBar,
this.header,
});
const MyInternalWidget({
super.key,
this.tabBar,
required this.child,
this.endContainer,
this.appBar,
this.header,
});