MasterDetailDialog constructor

const MasterDetailDialog({
  1. Key? key,
  2. Bar? header,
  3. int initialTab = 0,
  4. double sidebarWidth = 150,
  5. List<MasterDetailTab> tabs = const [],
  6. bool hideSidebarIfSingleTab = true,
})

Implementation

const MasterDetailDialog({
  super.key,
  this.header,
  this.initialTab = 0,
  this.sidebarWidth = 150,
  this.tabs = const [],
  this.hideSidebarIfSingleTab = true,
});