StacTab constructor
const
StacTab({
- String? text,
- StacWidget? icon,
- StacEdgeInsets? iconMargin,
- double? height,
- StacWidget? child,
Creates a StacTab.
Implementation
const StacTab({
this.text,
this.icon,
this.iconMargin,
this.height,
this.child,
});