Skip to Content
Forui 0.12.0 is released 🎉

Tabs

A set of layered sections of content—known as tab entries—that are displayed one at a time.

CLI

To generate and customize this style:

dart run forui style create tabs

Usage

FTabs(...)

FTabs( style: FTabsStyle(...), initialIndex: 1, onPress: (index) {}, children: const [ FTabEntry(label: Text('Account'), child: Placeholder()), FTabEntry(label: Text('Password'), child: Placeholder()), ], );
Last updated on