TabBar.inverted

bool inverted() @property

Get inverted property.

Returns

Whether tabs use inverted layout.

If set to TRUE, non-pinned tabs will have the close button at the beginning and the indicator at the end rather than the opposite.

void inverted(bool propval) @property

Set inverted property.

Parameters

propvalWhether tabs use inverted layout. If set to TRUE, non-pinned tabs will have the close button at the beginning and the indicator at the end rather than the opposite.