saving refactorings
This commit is contained in:
@@ -76,7 +76,7 @@ class _TensordexHomeState extends State<TensordexHome> {
|
||||
children: [
|
||||
PokeFinder(
|
||||
resultsCallback: resultsCallback, statsCallback: statsCallback),
|
||||
Results(results, stats),
|
||||
// Results(results, stats),
|
||||
],
|
||||
),
|
||||
const Text(
|
||||
@@ -96,34 +96,6 @@ class _TensordexHomeState extends State<TensordexHome> {
|
||||
appBar: AppBar(
|
||||
title: Text(widget.title),
|
||||
),
|
||||
// drawer: Drawer(
|
||||
// child: ListView(
|
||||
// // Important: Remove any padding from the ListView.
|
||||
// padding: EdgeInsets.zero,
|
||||
// children: [
|
||||
// const DrawerHeader(
|
||||
// decoration: BoxDecoration(
|
||||
// color: Colors.blue,
|
||||
// ),
|
||||
// child: Text('Drawer Header'),
|
||||
// ),
|
||||
// ListTile(
|
||||
// title: const Text('Item 1'),
|
||||
// onTap: () {
|
||||
// // Update the state of the app.
|
||||
// // ...
|
||||
// },
|
||||
// ),
|
||||
// ListTile(
|
||||
// title: const Text('Item 2'),
|
||||
// onTap: () {
|
||||
// // Update the state of the app.
|
||||
// // ...
|
||||
// },
|
||||
// ),
|
||||
// ],
|
||||
// ),
|
||||
// ),
|
||||
body: Center(
|
||||
child: _widgetOptions.elementAt(_selectedNavBarIndex),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user