Update home_drawer_widget.dart
This commit is contained in:
parent
0796fe7f8d
commit
0fde2b262e
@ -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(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user