now with 3 tabs!
This commit is contained in:
@@ -12,10 +12,19 @@ class HomePage extends StatelessWidget {
|
|||||||
child: Scaffold(
|
child: Scaffold(
|
||||||
bottomNavigationBar: BottomAppBar(
|
bottomNavigationBar: BottomAppBar(
|
||||||
color: Theme.of(context).colorScheme.inversePrimary,
|
color: Theme.of(context).colorScheme.inversePrimary,
|
||||||
child: TabBar(tabs: [
|
child: const TabBar(tabs: [
|
||||||
Placeholder(),
|
Tab(
|
||||||
Placeholder(),
|
icon: Icon(Icons.play_arrow),
|
||||||
Placeholder(),
|
text: "Listen",
|
||||||
|
),
|
||||||
|
Tab(
|
||||||
|
icon: Icon(Icons.web_asset),
|
||||||
|
text: "Website",
|
||||||
|
),
|
||||||
|
Tab(
|
||||||
|
icon: Icon(Icons.language),
|
||||||
|
text: "Links",
|
||||||
|
)
|
||||||
]),
|
]),
|
||||||
),
|
),
|
||||||
));
|
));
|
||||||
|
|||||||
Reference in New Issue
Block a user