File tree 1 file changed +12
-11
lines changed
1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -125,17 +125,18 @@ class Dashboard extends ConsumerWidget {
125
125
],
126
126
),
127
127
),
128
- floatingActionButton: FloatingActionButton (
129
- onPressed: () => showModalBottomSheet (
130
- context: context,
131
- isScrollControlled: true ,
132
- builder: (context) => const Padding (
133
- padding: EdgeInsets .all (16.0 ),
134
- child: DashBotWidget (),
135
- ),
136
- ),
137
- child: const Icon (Icons .help_outline),
138
- ),
128
+ // TODO: Release DashBot
129
+ // floatingActionButton: FloatingActionButton(
130
+ // onPressed: () => showModalBottomSheet(
131
+ // context: context,
132
+ // isScrollControlled: true,
133
+ // builder: (context) => const Padding(
134
+ // padding: EdgeInsets.all(16.0),
135
+ // child: DashBotWidget(),
136
+ // ),
137
+ // ),
138
+ // child: const Icon(Icons.help_outline),
139
+ // ),
139
140
);
140
141
}
141
142
}
You can’t perform that action at this time.
0 commit comments