TabbedScaffoldTab constructor
const
TabbedScaffoldTab({})
Create an instance.
Implementation
const TabbedScaffoldTab({
required this.title,
required this.icon,
required this.child,
this.leading,
this.actions,
this.floatingActionButton,
this.tooltip,
this.enabled = true,
});