DDSTab constructor
DDSTab({})
Implementation
DDSTab({
this.text,
this.child,
this.icon,
this.iconMargin,
this.height,
this.textStyle,
this.key,
}) : assert(text != null || child != null || icon != null);