Skip to content

Commit

Permalink
add a tabbarview to example
Browse files Browse the repository at this point in the history
  • Loading branch information
Feichtmeier committed Sep 22, 2023
1 parent d954d38 commit 62ac48a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion example/lib/pages/tab_bar_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,15 @@ class _TabBarPageState extends State<TabBarPage> with TickerProviderStateMixin {
),
),
),
children: const [
children: [
SizedBox(
width: 600,
height: 400,
child: TabBarView(controller: tabController, children: const [
Icon(YaruIcons.game_controller),
Icon(YaruIcons.keyboard),
Icon(YaruIcons.address_book),
]),
),
],
),
Expand Down

0 comments on commit 62ac48a

Please sign in to comment.