centerTabs property

  1. @Input()
bool centerTabs
getter/setter pair

Whether to center-align the tab buttons.

Otherwise, buttons are aligned from the left end (LTR).

Implementation

@Input()
bool centerTabs = false;