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(
|
||||
onPressed: () => showModalBottomSheet(
|
||||
context: context,
|
||||
isScrollControlled: true,
|
||||
builder: (context) => const Padding(
|
||||
padding: EdgeInsets.all(16.0),
|
||||
child: DashBotWidget(),
|
||||
),
|
||||
),
|
||||
child: const Icon(Icons.help_outline),
|
||||
),
|
||||
// TODO: Release DashBot
|
||||
// floatingActionButton: FloatingActionButton(
|
||||
// onPressed: () => showModalBottomSheet(
|
||||
// context: context,
|
||||
// isScrollControlled: true,
|
||||
// builder: (context) => const Padding(
|
||||
// padding: EdgeInsets.all(16.0),
|
||||
// child: DashBotWidget(),
|
||||
// ),
|
||||
// ),
|
||||
// child: const Icon(Icons.help_outline),
|
||||
// ),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user