centerTabs property
Whether to center-align the tab buttons.
Otherwise, buttons are aligned from the left end (LTR).
Implementation
@Input()
bool centerTabs = false;
Whether to center-align the tab buttons.
Otherwise, buttons are aligned from the left end (LTR).
@Input()
bool centerTabs = false;