Skip to content

Tabs

Tabbed content navigation component.

Installation

bash
flutter_studio add tabs
bash
flutter pub add flutter_studio

Usage

dart
CustomTabs(
  tabs: ['Overview', 'Details', 'Reviews'],
  children: [
    OverviewTab(),
    DetailsTab(),
    ReviewsTab(),
  ],
)

API Reference

Properties

PropertyTypeDefaultDescription
tabsList<String>requiredTab labels
childrenList<Widget>requiredTab content