const TabLabel({String text, Widget icon, TabLabelIconBuilder iconBuilder })

Creates a tab label description.

At least one of text, icon, or iconBuilder must be non-null.

Source

const TabLabel({ this.text, this.icon, this.iconBuilder });