chore: fix fl_Query_devtools in wrong place

This commit is contained in:
Kingkor Roy Tirtho 2023-09-01 12:21:07 +06:00 committed by GitHub
parent 7bc9520bab
commit 2afb410c3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -207,11 +207,7 @@ class SpotubeState extends ConsumerState<Spotube> {
builder: (context, child) {
return DevicePreview.appBuilder(
context,
DragToResizeArea(
child: FlQueryDevtools(
child: child!,
),
),
DragToResizeArea(child: child!),
);
},
themeMode: themeMode,