disabled property

bool disabled
final

When set to true, the tab bar gets disabled. All tabs will get greyed out and the bar can't be scrolled anymore. ProgressTab.onPressed will not be executed when disabled is true.

Implementation

final bool disabled;