Update home_drawer_widget.dart

This commit is contained in:
Anthony Gordon 2022-01-06 01:23:40 +00:00 committed by GitHub
parent 0796fe7f8d
commit 0fde2b262e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,6 @@ class _HomeDrawerWidgetState extends State<HomeDrawerWidget> {
@override @override
Widget build(BuildContext context) { Widget build(BuildContext context) {
print(widget.wooSignalApp.wishlistEnabled);
bool isDark = (Theme.of(context).brightness == Brightness.dark); bool isDark = (Theme.of(context).brightness == Brightness.dark);
return Drawer( return Drawer(
child: Container( child: Container(