MasterDetailTab constructor
const
MasterDetailTab({})
Implementation
const MasterDetailTab({
super.key,
this.header,
required this.child,
required this.icon,
this.label,
this.trailing,
this.subLabel,
this.onTap,
this.selected = false,
});