const ZeroTab({ Key? key, this.label, this.icon, this.height, }) : assert(label != null || icon != null), super(key: key);