XfdnInternalWidget constructor

const XfdnInternalWidget({
  1. Key? key,
  2. XfdnTabBar<BaseModel>? tabBar,
  3. required Widget child,
  4. Widget? endContainer,
  5. Widget? appBar,
  6. Widget? header,
})

Implementation

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