Husnul Aman
Husnul Aman
you can do something like => if (post?.likes?.length > 0) to get rid of that error
> How did you make vscode blurry? I'm using pop-os with kde plasma and kavantun, if you can help I would be very grateful :) Did you find any solution...
> Hi, to achieve that blur I use **devilspie** with [this](https://gist.github.com/EliverLara/c9c464b9180095a1e4eeb594ce213206) configuration. Thanks. this works.
Facing the same issue, any update on this?
I thaught it might be the container, but it's something else. ``` popupProps: PopupProps.modalBottomSheet( containerBuilder: (context, popupWidget) { return Container( color: Colors.redAccent, child: popupWidget, ); }, ), ```