mirror of
https://github.com/foss42/apidash.git
synced 2025-06-30 04:46:35 +08:00
Hide DashBot
This commit is contained in:
@ -125,17 +125,18 @@ class Dashboard extends ConsumerWidget {
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
floatingActionButton: FloatingActionButton(
|
// TODO: Release DashBot
|
||||||
onPressed: () => showModalBottomSheet(
|
// floatingActionButton: FloatingActionButton(
|
||||||
context: context,
|
// onPressed: () => showModalBottomSheet(
|
||||||
isScrollControlled: true,
|
// context: context,
|
||||||
builder: (context) => const Padding(
|
// isScrollControlled: true,
|
||||||
padding: EdgeInsets.all(16.0),
|
// builder: (context) => const Padding(
|
||||||
child: DashBotWidget(),
|
// padding: EdgeInsets.all(16.0),
|
||||||
),
|
// child: DashBotWidget(),
|
||||||
),
|
// ),
|
||||||
child: const Icon(Icons.help_outline),
|
// ),
|
||||||
),
|
// child: const Icon(Icons.help_outline),
|
||||||
|
// ),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user