Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 1.03 KB

DefaultTabController_index.md

File metadata and controls

29 lines (26 loc) · 1.03 KB
layout title permalink
page
DefaultTabController Sample Apps
/catalog/samples/DefaultTabController_index/

All of the sample apps listed here use the Flutter DefaultTabController class in an interesting way. The Sample App Catalog page lists all of the sample apps.

Android screenshot

An AppBar with a TabBar as its bottom widget.

This app features the following classes: AppBar, DefaultTabController, TabBar, Scaffold, TabBarView.

Learn more.