|
@@ -8,7 +8,6 @@ class ThumbnailPlaceHolder extends StatelessWidget {
|
|
|
|
|
|
@override
|
|
|
Widget build(BuildContext context) {
|
|
|
- debugPrint("building placeHolder for thumbnail");
|
|
|
return Container(
|
|
|
alignment: Alignment.center,
|
|
|
color: Theme.of(context).colorScheme.galleryThumbBackgroundColor,
|