ExtendedTab constructor
const
ExtendedTab({})
Implementation
const ExtendedTab({
super.key,
super.text,
super.icon,
super.iconMargin = const EdgeInsets.only(bottom: 10.0),
super.height,
super.child,
this.scrollDirection = Axis.horizontal,
});