TabAlignment TabAlignment # Bases: Enum Defines how tabs are aligned horizontally in a Tabs. CENTER = 'center' # Tabs are aligned to the center of the Tabs. FILL = 'fill' # If Tabs.scrollable is False, tabs are stretched to fill the Tabs. Otherwise throws an exception. START = 'start' # If Tabs.scrollable is True, tabs are aligned to the start of the Tabs. Otherwise throws an exception. START_OFFSET = 'startOffset' # If Tabs.scrollable is True, tabs are aligned to the start of the Tabs with an offset of 52.0 pixels. Otherwise throws an exception.