You can edit 8 Components for free. Get premium for unlimited access.
A set of layered sections of content, known as tab panels, that are displayed one at a time.
The Tab Control is a component that creates a tab control with a set of items, where users can switch between different tabs.
This component inherits props from the Tab Control.
You can edit the count with the 2, 3 or 4 parameter.

Image 2.1 : Count 2

Image 2.2 : Count 3

Image 2.3 : Count 4
You can edit the state with the default, selected or disabled parameter.

Image 3.1 : State default

Image 3.2 : State disabled
You can edit the badge with the true or false parameter.

Image 4.1 : Badge false

Image 4.2 : Badge true
The TabControl is a component that creates a tab control with a set of items, where users can switch between different tabs.
This component inherits props from the Tab Control.
?
-
-
-
-
-
You can edit the state with the .normal or .disabled parameter.
You can edit the count with the "text" parameter.
Preview
Code
DlTabControl(
tabs: const [
DlTabControlTab(
label: 'Label-1',
),
DlTabControlTab(
label: 'Label-2',
),
],
)Add this code example to your project to see how the component works.
DlTabControl(
tabs: const [
DlTabControlTab(
label: 'Label-1',
),
DlTabControlTab(
label: 'Label-2',
state: DlTabControlTabState.disabled,
),
DlTabControlTab(
label: 'Archived',
badge: DlBadge(size: DlBadgeSize.md, value: '2'),
),
],
)DlTabControl is a multi-tab navigation component built from individually configurable DlTabControlTab items, with built-in active/default/disabled behavior, optional badges, and automatic first-enabled tab selection.
DlTabControl
DlTabControlTab
Disabled
Preview
Code
DlTabControl(
tabs: const [
DlTabControlTab(
label: 'Label-1',
),
DlTabControlTab(
label: 'Label-2',
state: DlTabControlTabState.disabled,
),
],
)You have questions or need help?
You want to try?
Save time and money?