mirror of
https://github.com/flutter/samples.git
synced 2026-07-14 13:01:23 +00:00
Flutter 3.29 beta (#2571)
This commit is contained in:
@@ -46,18 +46,9 @@ class _BooksScreenState extends State<BooksScreen>
|
||||
bottom: TabBar(
|
||||
controller: _tabController,
|
||||
tabs: const [
|
||||
Tab(
|
||||
text: 'Popular',
|
||||
icon: Icon(Icons.people),
|
||||
),
|
||||
Tab(
|
||||
text: 'New',
|
||||
icon: Icon(Icons.new_releases),
|
||||
),
|
||||
Tab(
|
||||
text: 'All',
|
||||
icon: Icon(Icons.list),
|
||||
),
|
||||
Tab(text: 'Popular', icon: Icon(Icons.people)),
|
||||
Tab(text: 'New', icon: Icon(Icons.new_releases)),
|
||||
Tab(text: 'All', icon: Icon(Icons.list)),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user